diff options
Diffstat (limited to 'sysutils')
-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 |