diff options
Diffstat (limited to 'devel/m4/Makefile')
-rw-r--r-- | devel/m4/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/devel/m4/Makefile b/devel/m4/Makefile index ddb9e22d919..50634fc4650 100644 --- a/devel/m4/Makefile +++ b/devel/m4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/04/15 10:38:20 agc Exp $ +# $NetBSD: Makefile,v 1.8 1998/04/17 09:37:23 agc Exp $ # FreeBSD Id: Makefile,v 1.7 1997/06/16 08:22:35 max Exp # @@ -8,20 +8,12 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= packages@netbsd.org -OPSYS!= uname -s -.if (${OPSYS} == "NetBSD") -BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo -.endif - -GNU_CONFIGURE=yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g +INFO_FILES= m4 post-install: @${MKDIR} ${PREFIX}/share/examples/gm4 ${INSTALL_DATA} ${WRKSRC}/examples/*.m4 ${PREFIX}/share/examples/gm4 - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - @install-info ${PREFIX}/info/m4.info ${PREFIX}/info/dir .include "../../mk/bsd.pkg.mk" |