Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2003 22:48:33 +0200
From:      Cyrille Lefevre <cyrille.lefevre@laposte.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        David Magda <dmagda@magda.ca>
Subject:    ports/53225: Maintainer update: sysutils/stow (USE_PERL5 is missing)
Message-ID:  <20030611204832.GA44966@gits.dyndns.org>
Resent-Message-ID: <200306112050.h5BKoKxC004304@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         53225
>Category:       ports
>Synopsis:       Maintainer update: sysutils/stow (USE_PERL5 is missing)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 11 13:50:19 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 5.1-BETA i386
>Organization:
ACME
>Environment:
System: FreeBSD gits 5.1-BETA FreeBSD 5.1-BETA #1: Sat May 31 04:26:14 CEST 2003 root@gits:/disk3/freebsd/current/obj/disk3/freebsd/current/src/sys/CUSTOM i386
>Description:
	Makefile
		MAKE_ARGS deleted
		USE_PERL5 added
	pkg-plist
		@comment $FreeBSD added
>How-To-Repeat:
	n/a
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/stow/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	21 Feb 2003 13:28:54 -0000	1.7
+++ Makefile	11 Jun 2003 20:41:21 -0000
@@ -17,12 +17,13 @@
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-# PREFIX isn't honored. force it w/ prefix.
-MAKE_ARGS=	prefix="${PREFIX}"
+USE_PERL5=	yes
+
+INSTALL_INFO?=	install-info
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/stow ${PREFIX}/bin
 	${INSTALL_DATA} ${WRKSRC}/stow.info ${PREFIX}/info
-	@install-info ${PREFIX}/info/stow.info ${PREFIX}/info/dir
+	@${INSTALL_INFO} ${PREFIX}/info/stow.info ${PREFIX}/info/dir
 
 .include <bsd.port.mk>
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/sysutils/stow/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	10 Jul 2000 03:53:49 -0000	1.1
+++ pkg-plist	11 Jun 2003 20:39:03 -0000
@@ -1,3 +1,4 @@
+@comment $FreeBSD$
 bin/stow
 @unexec install-info --delete %D/info/stow.info %D/info/dir
 info/stow.info
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030611204832.GA44966>