pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dfe00c0449bf
branches:  trunk
changeset: 473678:dfe00c0449bf
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Apr 22 23:22:26 2004 +0000

description:
Enable pkgviews installation.

diffstat:

 archivers/bicom/Makefile      |  6 +++++-
 archivers/bunzip/Makefile     |  6 +++++-
 archivers/cabextract/Makefile |  4 +++-
 3 files changed, 13 insertions(+), 3 deletions(-)

diffs (66 lines):

diff -r 5c4ec47325d2 -r dfe00c0449bf archivers/bicom/Makefile
--- a/archivers/bicom/Makefile  Thu Apr 22 23:19:43 2004 +0000
+++ b/archivers/bicom/Makefile  Thu Apr 22 23:22:26 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/04/14 14:54:48 ben Exp $
+# $NetBSD: Makefile,v 1.18 2004/04/22 23:22:26 minskim Exp $
 #
 
 DISTNAME=              bicom101
@@ -13,11 +13,15 @@
 
 LICENSE=               no-commercial-use
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 WRKSRC=                        ${WRKDIR}
 USE_BUILDLINK3=                yes
 USE_GCC_SHLIB=         yes
 USE_LANGUAGES=         c++
 
+INSTALLATION_DIRS=     bin
+
 do-build:
        for i in bialib bicom; do                                       \
                cd ${WRKSRC}/$$i &&                                     \
diff -r 5c4ec47325d2 -r dfe00c0449bf archivers/bunzip/Makefile
--- a/archivers/bunzip/Makefile Thu Apr 22 23:19:43 2004 +0000
+++ b/archivers/bunzip/Makefile Thu Apr 22 23:22:26 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/03/23 04:40:59 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2004/04/22 23:24:05 minskim Exp $
 
 DISTNAME=      bunzip021.c
 PKGNAME=       bunzip-0.21
@@ -10,9 +10,13 @@
 HOMEPAGE=      http://www.muraroa.demon.co.uk/
 COMMENT=       Decompressor for bzip .bz files
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 WRKSRC=                ${WRKDIR}
 USE_BUILDLINK3=        yes
 
+INSTALLATION_DIRS=     bin
+
 do-build:
        cd ${WRKSRC} && ${CC} ${CFLAGS} -o bunzip ${DISTNAME}
 
diff -r 5c4ec47325d2 -r dfe00c0449bf archivers/cabextract/Makefile
--- a/archivers/cabextract/Makefile     Thu Apr 22 23:19:43 2004 +0000
+++ b/archivers/cabextract/Makefile     Thu Apr 22 23:22:26 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/03/11 18:03:49 xtraeme Exp $
+# $NetBSD: Makefile,v 1.11 2004/04/22 23:26:05 minskim Exp $
 #
 
 DISTNAME=              cabextract-1.0
@@ -9,6 +9,8 @@
 HOMEPAGE=              http://www.kyz.uklinux.net/cabextract.php3
 COMMENT=               Microsoft cabinet (.CAB) file extractor
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 USE_BUILDLINK3=                yes
 GNU_CONFIGURE=         yes
 USE_GNU_TOOLS+=                make



Home | Main Index | Thread Index | Old Index