aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/stow
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2003-06-12 09:34:03 +0800
committerlioux <lioux@FreeBSD.org>2003-06-12 09:34:03 +0800
commit531744d126be55c87d4f6459f3de4b7e869eb029 (patch)
treed921e4c146835d917fc725a226f4dc5d6dd78111 /sysutils/stow
parentc51fb32bd523b31bdf4beba394a3ab36d137ab1d (diff)
downloadfreebsd-ports-gnome-531744d126be55c87d4f6459f3de4b7e869eb029.tar.gz
freebsd-ports-gnome-531744d126be55c87d4f6459f3de4b7e869eb029.tar.zst
freebsd-ports-gnome-531744d126be55c87d4f6459f3de4b7e869eb029.zip
o Add missing USE_PERL5
o Remove MAKE_ARGS o Add @comment $FreeBSD$ to PLIST PR: 53225 Submitted by: maintainer
Diffstat (limited to 'sysutils/stow')
-rw-r--r--sysutils/stow/Makefile7
-rw-r--r--sysutils/stow/pkg-plist1
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