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/18500b59b67a
branches:  trunk
changeset: 473682:18500b59b67a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Apr 22 23:52:19 2004 +0000

description:
Enable pkgviews installation.

diffstat:

 devel/gindent/Makefile |  4 +++-
 graphics/xpm/Makefile  |  4 +++-
 net/ORBit/Makefile     |  4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diffs (54 lines):

diff -r 65489a37f3b9 -r 18500b59b67a devel/gindent/Makefile
--- a/devel/gindent/Makefile    Thu Apr 22 23:45:54 2004 +0000
+++ b/devel/gindent/Makefile    Thu Apr 22 23:52:19 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2004/04/22 03:58:36 snj Exp $
+# $NetBSD: Makefile,v 1.37 2004/04/22 23:57:53 minskim Exp $
 #
 
 DISTNAME=      indent-2.2.8a
@@ -12,6 +12,8 @@
 HOMEPAGE=      http://www.gnu.org/software/indent/indent.html
 COMMENT=       GNU version of pretty-printer for C source code
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 USE_BUILDLINK3=                yes
 GNU_CONFIGURE=         # defined
 USE_PKGLOCALEDIR=      # defined
diff -r 65489a37f3b9 -r 18500b59b67a graphics/xpm/Makefile
--- a/graphics/xpm/Makefile     Thu Apr 22 23:45:54 2004 +0000
+++ b/graphics/xpm/Makefile     Thu Apr 22 23:52:19 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2004/03/29 05:43:31 jlam Exp $
+# $NetBSD: Makefile,v 1.36 2004/04/22 23:52:19 minskim Exp $
 
 DISTNAME=       xpm-3.4k
 PKGREVISION=   1
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://www.inria.fr/koala/lehors/xpm.html
 COMMENT=       The X Pixmap library
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 USE_BUILDLINK3=        yes
 USE_IMAKE=     # defined
 
diff -r 65489a37f3b9 -r 18500b59b67a net/ORBit/Makefile
--- a/net/ORBit/Makefile        Thu Apr 22 23:45:54 2004 +0000
+++ b/net/ORBit/Makefile        Thu Apr 22 23:52:19 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2004/03/11 20:14:59 reed Exp $
+# $NetBSD: Makefile,v 1.105 2004/04/23 00:51:34 minskim Exp $
 #
 
 DISTNAME=              ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR}
@@ -10,6 +10,8 @@
 HOMEPAGE=              http://www.gnome.org/
 COMMENT=               High-performance CORBA ORB with support for the C language
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 USE_BUILDLINK3=                YES
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index