pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install-info bl3ify and enable pkgviews i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2df311e00912
branches:  trunk
changeset: 470625:2df311e00912
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Mar 10 22:54:47 2004 +0000

description:
bl3ify and enable pkgviews installation.

diffstat:

 pkgtools/pkg_install-info/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r a89ce99a4415 -r 2df311e00912 pkgtools/pkg_install-info/Makefile
--- a/pkgtools/pkg_install-info/Makefile        Wed Mar 10 22:52:59 2004 +0000
+++ b/pkgtools/pkg_install-info/Makefile        Wed Mar 10 22:54:47 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/25 03:29:57 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/03/10 22:54:47 minskim Exp $
 #
 
 DISTNAME=              pkg_install-info-${VERSION}
@@ -11,7 +11,9 @@
 HOMEPAGE=              http://www.gnu.org/software/texinfo/texinfo.html
 COMMENT=               Standalone GNU info file installation utility
 
-USE_BUILDLINK2=                # defined
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_BUILDLINK3=                # defined
 GNU_CONFIGURE=         # defined
 
 NO_CHECKSUM=           # defined
@@ -22,6 +24,8 @@
 
 MAKE_ENV+=             BINOWN=${BINOWN} BINGRP=${BINGRP}
 
+INSTALLATION_DIRS=     bin
+
 do-extract:
        @${CP} -Rp ${FILESDIR} ${WRKSRC}
 



Home | Main Index | Thread Index | Old Index