pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/gcpio Enable pkgviews installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf70fdce3850
branches:  trunk
changeset: 476324:bf70fdce3850
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Jun 06 21:35:09 2004 +0000

description:
Enable pkgviews installation.

diffstat:

 archivers/gcpio/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 6a6d958f2f8d -r bf70fdce3850 archivers/gcpio/Makefile
--- a/archivers/gcpio/Makefile  Sun Jun 06 21:29:33 2004 +0000
+++ b/archivers/gcpio/Makefile  Sun Jun 06 21:35:09 2004 +0000
@@ -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 @@
 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 @@
 PLIST_SUBST+=          GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX}
 BUILD_DEFS+=           GNU_PROGRAM_PREFIX
 
+INSTALLATION_DIRS=     bin man/man1
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index