summaryrefslogtreecommitdiff
path: root/archivers/gcpio
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-04-17 09:37:21 +0000
committeragc <agc@pkgsrc.org>1998-04-17 09:37:21 +0000
commit5201e684973709478cd0e0f268310adadacc4284 (patch)
tree4de4a4b8d8e63fa381b709cba28651c135f8773b /archivers/gcpio
parent9f424e887024bd828f9677f6a93441bdf95c2e6f (diff)
downloadpkgsrc-5201e684973709478cd0e0f268310adadacc4284.tar.gz
Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.
Diffstat (limited to 'archivers/gcpio')
-rw-r--r--archivers/gcpio/Makefile14
1 files changed, 4 insertions, 10 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"