From 531744d126be55c87d4f6459f3de4b7e869eb029 Mon Sep 17 00:00:00 2001 From: lioux Date: Thu, 12 Jun 2003 01:34:03 +0000 Subject: o Add missing USE_PERL5 o Remove MAKE_ARGS o Add @comment $FreeBSD$ to PLIST PR: 53225 Submitted by: maintainer --- sysutils/stow/Makefile | 7 ++++--- sysutils/stow/pkg-plist | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'sysutils') 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 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 -- cgit