summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authoragc <agc>1998-04-17 09:37:21 +0000
committeragc <agc>1998-04-17 09:37:21 +0000
commit2a48cc172c961a4a6b2d8477cf8de3c0c725d6aa (patch)
tree4de4a4b8d8e63fa381b709cba28651c135f8773b /archivers
parentac9957923d47d6c048d6e17210f150a9560a23fa (diff)
downloadpkgsrc-2a48cc172c961a4a6b2d8477cf8de3c0c725d6aa.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/Makefile14
-rw-r--r--archivers/gtar/Makefile11
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/