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/52eee1b291e5
branches:  trunk
changeset: 478653:52eee1b291e5
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Jul 27 22:18:26 2004 +0000

description:
Enable pkgviews installation.

diffstat:

 archivers/jamjar/Makefile |  4 +++-
 devel/acunia-jam/Makefile |  6 +++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (44 lines):

diff -r 2616f76e72e0 -r 52eee1b291e5 archivers/jamjar/Makefile
--- a/archivers/jamjar/Makefile Tue Jul 27 22:14:43 2004 +0000
+++ b/archivers/jamjar/Makefile Tue Jul 27 22:18:26 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/03/11 18:03:50 xtraeme Exp $
+# $NetBSD: Makefile,v 1.9 2004/07/27 22:18:26 minskim Exp $
 #
 
 DISTNAME=      jamjar-0.6
@@ -11,6 +11,8 @@
 
 BUILD_DEPENDS+=        acunia-jam>=1.0:../../devel/acunia-jam
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 WRKSRC=                ${WRKDIR}/jamjar
 USE_BUILDLINK3=        YES
 
diff -r 2616f76e72e0 -r 52eee1b291e5 devel/acunia-jam/Makefile
--- a/devel/acunia-jam/Makefile Tue Jul 27 22:14:43 2004 +0000
+++ b/devel/acunia-jam/Makefile Tue Jul 27 22:18:26 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/03/23 04:41:00 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2004/07/27 22:18:26 minskim Exp $
 #
 
 DISTNAME=      acunia-jam-1.0
@@ -12,12 +12,16 @@
 
 CONFLICTS=     jam-[0-9]*
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 WRKSRC=                ${WRKDIR}/jam
 USE_BUILDLINK3=        yes
 
 DOCDIR=                share/doc/${PKGBASE}
 HTMLDIR=       share/doc/html/${PKGBASE}
 
+INSTALLATION_DIRS=     bin
+
 do-install:
        for file in jam mkjambase; do \
                ${INSTALL_PROGRAM} ${WRKSRC}/bin.*/$${file} ${PREFIX}/bin; \



Home | Main Index | Thread Index | Old Index