From root@gits.dyndns.org  Thu Sep  6 04:47:26 2001
Return-Path: <root@gits.dyndns.org>
Received: from smtp.noos.fr (descartes.noos.net [212.198.2.74])
	by hub.freebsd.org (Postfix) with ESMTP id 114C937B407
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  6 Sep 2001 04:47:26 -0700 (PDT)
Received: (qmail 2027570 invoked by uid 0); 6 Sep 2001 11:47:24 -0000
Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender <root@gits.dyndns.org>)
          by 212.198.2.74 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP
          for <FreeBSD-gnats-submit@freebsd.org>; 6 Sep 2001 11:47:24 -0000
Received: (from root@localhost)
	by gits.dyndns.org (8.11.6/8.11.6) id f86BlMd30925;
	Thu, 6 Sep 2001 13:47:22 +0200 (CEST)
	(envelope-from root)
Message-Id: <200109061147.f86BlMd30925@gits.dyndns.org>
Date: Thu, 6 Sep 2001 13:47:22 +0200 (CEST)
From: Cyrille Lefevre <clefevre@citeweb.net>
Reply-To: Cyrille Lefevre <clefevre@citeweb.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Updated port: deskutils/gcal (take maintainership)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         30384
>Category:       ports
>Synopsis:       Updated port: deskutils/gcal (take maintainership)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 06 04:50:03 PDT 2001
>Closed-Date:    Tue Sep 11 21:17:33 JST 2001
>Last-Modified:  Tue Sep 11 21:17:48 JST 2001
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.4-RC i386
>Organization:
ACME
>Environment:

System: FreeBSD gits 4.4-RC FreeBSD 4.4-RC #29: Sat Aug 25 14:49:20 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386

>Description:
	well, I take the maintainership if nobody object it.

	Makefile
		minor changes.
>How-To-Repeat:
	n/a
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/deskutils/gcal/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	2001/01/01 10:14:59	1.2
+++ Makefile	2001/09/06 11:41:08
@@ -11,15 +11,39 @@
 MASTER_SITES=		${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	gcal
 
-MAINTAINER=	ports@freebsd.org
+MAINTAINER=	clefevre@citeweb.net
 
+# Global variables
+#
+
 LIB_DEPENDS=	intl.1:${PORTSDIR}/devel/gettext
 
 GNU_CONFIGURE=	yes
 
+# required to rebuild info files if nedded.
+USE_GMAKE=	yes
+
 MAN1=		gcal.1 gcal2txt.1 tcal.1 txt2gcal.1
+
+# Local variables
+#
+
+INSTALL_INFO?=	install-info
+
+# Post-extract
+#
+
+# it's not so simple to get rid of splitted *.info-* files
+# w/ hacking doc/Makefile.in. so, do nothing and left them.
+# post-extract:
+# 	@${RM} -f ${WRKSRC}/doc/*/${PORTNAME}.info*
+
+# Post-install
+#
+
+post-install: install-info
 
-post-install:
-	install-info ${PREFIX}/info/gcal.info ${PREFIX}/info/dir
+install-info:
+	@${INSTALL_INFO} ${PREFIX}/info/${PORTNAME}.info ${PREFIX}/info/dir
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:

From: Cyrille Lefevre <clefevre@citeweb.net>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/30384: Updated port: deskutils/gcal (take maintainership)
Date: Thu, 06 Sep 2001 14:48:00 +0200

 please,
 could you add the following line below USE_GMAKE ?
 thanks.
 
 MAKE_ARGS=	prefix=${PREFIX}

From: Cyrille Lefevre <clefevre@citeweb.net>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/30384: Updated port: deskutils/gcal (take maintainership)
Date: Thu, 06 Sep 2001 15:09:17 +0200

 well, w/ the following comment, thanks again.
  
 # PREFIX isn't honored. force it w/ prefix.
 MAKE_ARGS=	prefix=${PREFIX}
State-Changed-From-To: open->closed 
State-Changed-By: knu 
State-Changed-When: Tue Sep 11 21:17:33 JST 2001 
State-Changed-Why:  
Committed, thanks. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30384 
>Unformatted:
