diff options
author | agc <agc@pkgsrc.org> | 1998-04-17 09:37:21 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-04-17 09:37:21 +0000 |
commit | 5201e684973709478cd0e0f268310adadacc4284 (patch) | |
tree | 4de4a4b8d8e63fa381b709cba28651c135f8773b /archivers | |
parent | 9f424e887024bd828f9677f6a93441bdf95c2e6f (diff) | |
download | pkgsrc-5201e684973709478cd0e0f268310adadacc4284.tar.gz |
Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gcpio/Makefile | 14 | ||||
-rw-r--r-- | archivers/gtar/Makefile | 11 |
2 files changed, 8 insertions, 17 deletions
diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile index ee40348500f..a92753cbdd9 100644 --- a/archivers/gcpio/Makefile +++ b/archivers/gcpio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/04/15 10:38:07 agc Exp $ +# $NetBSD: Makefile,v 1.4 1998/04/17 09:37:21 agc Exp $ # DISTNAME= cpio-2.4.2 @@ -8,18 +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 LDFLAGS= -lgnumalloc -MAN1= gcpio.1 +MAN1= gcpio.1 +INFO_FILES= cpio -post-install: - install-info --info-dir=${PREFIX}/info ${PREFIX}/info/cpio.info .include "../../mk/bsd.pkg.mk" diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index 9e264da73eb..912007058d1 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/04/15 10:38:08 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/04/17 09:37:22 agc Exp $ # DISTNAME= tar-1.12 @@ -8,15 +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 +USE_GTEXINFO= yes -GNU_CONFIGURE=yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g -MAN1= gtar.1 +MAN1= gtar.1 post-install: ${INSTALL_DATA} ${FILESDIR}/gtar.1 ${PREFIX}/man/man1/ |