diff options
author | minskim <minskim@pkgsrc.org> | 2004-06-06 21:35:09 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-06-06 21:35:09 +0000 |
commit | 881793262907211de0aede8b250ee8f5c39699fa (patch) | |
tree | 87a092343fdacb5a04e2ced17690683d5aad9d7a /archivers | |
parent | 4a5fb7ced3664264783bb0f849f0b129f153f730 (diff) | |
download | pkgsrc-881793262907211de0aede8b250ee8f5c39699fa.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gcpio/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile index 70eabb2a55a..94755265db6 100644 --- a/archivers/gcpio/Makefile +++ b/archivers/gcpio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/06/06 21:29:33 minskim Exp $ +# $NetBSD: Makefile,v 1.22 2004/06/06 21:35:09 minskim Exp $ # DISTNAME= cpio-2.5 @@ -10,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnu.org/software/cpio/cpio.html COMMENT= GNU copy-in/out (cpio) with remote magnetic tape (rmt) support +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_MAKEINFO= yes @@ -28,4 +30,6 @@ CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX} PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX} BUILD_DEFS+= GNU_PROGRAM_PREFIX +INSTALLATION_DIRS= bin man/man1 + .include "../../mk/bsd.pkg.mk" |