diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-06-12 01:34:03 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-06-12 01:34:03 +0000 |
commit | 98797773ca9be5d46d23d0190f7fd4fecbddcaae (patch) | |
tree | e339aa3396264bc370008658b5a086fc86bb467e /sysutils/stow | |
parent | 25bcc4e68984277d8dec17afbed3b7098bd00373 (diff) | |
download | ports-98797773ca9be5d46d23d0190f7fd4fecbddcaae.tar.gz ports-98797773ca9be5d46d23d0190f7fd4fecbddcaae.zip |
o Add missing USE_PERL5
o Remove MAKE_ARGS
o Add @comment $FreeBSD$ to PLIST
PR: 53225
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=82827
Diffstat (limited to 'sysutils/stow')
-rw-r--r-- | sysutils/stow/Makefile | 7 | ||||
-rw-r--r-- | sysutils/stow/pkg-plist | 1 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/stow/Makefile b/sysutils/stow/Makefile index 8d35cabbcbae..22448a453c31 100644 --- a/sysutils/stow/Makefile +++ b/sysutils/stow/Makefile @@ -17,12 +17,13 @@ COMMENT= GNU version of Carnegie Mellon's "Depot" program 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> diff --git a/sysutils/stow/pkg-plist b/sysutils/stow/pkg-plist index a9c03a95cff6..bbcf53cd4a28 100644 --- a/sysutils/stow/pkg-plist +++ b/sysutils/stow/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD$ bin/stow @unexec install-info --delete %D/info/stow.info %D/info/dir info/stow.info |