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/08141ae3a3aa
branches:  trunk
changeset: 477435:08141ae3a3aa
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jul 02 21:06:35 2004 +0000

description:
Enable pkgviews installation.

diffstat:

 archivers/gsharutils/Makefile |  4 +++-
 archivers/gzip-base/Makefile  |  4 +++-
 archivers/gzip-info/Makefile  |  6 +++++-
 archivers/gzip/Makefile       |  4 +++-
 4 files changed, 14 insertions(+), 4 deletions(-)

diffs (81 lines):

diff -r eb270a5c801d -r 08141ae3a3aa archivers/gsharutils/Makefile
--- a/archivers/gsharutils/Makefile     Fri Jul 02 21:02:49 2004 +0000
+++ b/archivers/gsharutils/Makefile     Fri Jul 02 21:06:35 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/03/11 18:03:49 xtraeme Exp $
+# $NetBSD: Makefile,v 1.21 2004/07/02 21:06:35 minskim Exp $
 
 DISTNAME=      sharutils-4.2.1
 PKGNAME=       g${DISTNAME}
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://www.gnu.org/software/sharutils/sharutils.html
 COMMENT=       Allow packing and unpacking of shell archives
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 BUILD_USES_MSGFMT=     yes
 
 USE_BUILDLINK3=                yes
diff -r eb270a5c801d -r 08141ae3a3aa archivers/gzip-base/Makefile
--- a/archivers/gzip-base/Makefile      Fri Jul 02 21:02:49 2004 +0000
+++ b/archivers/gzip-base/Makefile      Fri Jul 02 21:06:35 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/05/07 21:41:43 reed Exp $
+# $NetBSD: Makefile,v 1.16 2004/07/02 21:06:35 minskim Exp $
 #
 
 DISTNAME=      gzip-1.2.4a
@@ -13,6 +13,8 @@
 HOMEPAGE=      http://www.gnu.org/software/gzip/gzip.html
 COMMENT=       Compress or expand files
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 USE_BUILDLINK3=        YES
 GNU_CONFIGURE= YES
 
diff -r eb270a5c801d -r 08141ae3a3aa archivers/gzip-info/Makefile
--- a/archivers/gzip-info/Makefile      Fri Jul 02 21:02:49 2004 +0000
+++ b/archivers/gzip-info/Makefile      Fri Jul 02 21:06:35 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/05/07 21:56:02 reed Exp $
+# $NetBSD: Makefile,v 1.18 2004/07/02 21:06:35 minskim Exp $
 
 DISTNAME=      gzip-1.2.4a
 PKGNAME=       gzip-info-1.2.4a
@@ -11,6 +11,8 @@
 HOMEPAGE=      http://www.gnu.org/software/gzip/gzip.html
 COMMENT=       Info format documentation for the GZIP utility
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 INFO_FILES=    gzip.info
 
 USE_BUILDLINK3=        yes
@@ -18,6 +20,8 @@
 NO_CONFIGURE=  yes
 NO_BUILD=      yes
 
+INSTALLATION_DIRS=     ${INFO_DIR}
+
 do-install:
        ${INSTALL_DATA} ${WRKSRC}/gzip.info ${PREFIX}/${INFO_DIR}
 
diff -r eb270a5c801d -r 08141ae3a3aa archivers/gzip/Makefile
--- a/archivers/gzip/Makefile   Fri Jul 02 21:02:49 2004 +0000
+++ b/archivers/gzip/Makefile   Fri Jul 02 21:06:35 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/07/02 21:02:49 minskim Exp $
+# $NetBSD: Makefile,v 1.13 2004/07/02 21:06:35 minskim Exp $
 #
 
 DISTNAME=      gzip-1.2.4a
@@ -14,6 +14,8 @@
 DEPENDS+=      gzip-base-1.2.4anb1:../../archivers/gzip-base
 DEPENDS+=      gzip-info-1.2.4a:../../archivers/gzip-info
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 EXTRACT_ONLY=  # empty
 NO_CHECKSUM=   YES
 NO_BUILDLINK=  YES



Home | Main Index | Thread Index | Old Index