pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Enable pkgviews installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4f5d1b6b34f
branches:  trunk
changeset: 478659:e4f5d1b6b34f
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Jul 28 01:02:08 2004 +0000

description:
Enable pkgviews installation.

diffstat:

 archivers/libcomprex/Makefile |  4 +++-
 www/curl/Makefile             |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r a4e51912b29e -r e4f5d1b6b34f archivers/libcomprex/Makefile
--- a/archivers/libcomprex/Makefile     Wed Jul 28 00:08:20 2004 +0000
+++ b/archivers/libcomprex/Makefile     Wed Jul 28 01:02:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/06/09 16:49:00 minskim Exp $
+# $NetBSD: Makefile,v 1.9 2004/07/28 01:02:08 minskim Exp $
 #
 
 DISTNAME=      libcomprex-0.3.2
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://www.gnupdate.org/components/libcomprex/index.xml
 COMMENT=       Library to handle (de)compression of files
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 USE_BUILDLINK3=                YES
 USE_PKGLOCALEDIR=      YES
 GNU_CONFIGURE=         YES
diff -r a4e51912b29e -r e4f5d1b6b34f www/curl/Makefile
--- a/www/curl/Makefile Wed Jul 28 00:08:20 2004 +0000
+++ b/www/curl/Makefile Wed Jul 28 01:02:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2004/06/02 12:07:48 adam Exp $
+# $NetBSD: Makefile,v 1.42 2004/07/28 01:02:08 minskim Exp $
 
 DISTNAME=      curl-7.12.0
 CATEGORIES=    www
@@ -11,6 +11,8 @@
 HOMEPAGE=      http://curl.haxx.se/
 COMMENT=       Client that groks URLs
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 # list it into IPv6-ready packages
 BUILD_DEFS+=   USE_INET6
 



Home | Main Index | Thread Index | Old Index