pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers - NO_CONFIGURE=yes



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8128ae1ca80a
branches:  trunk
changeset: 475903:8128ae1ca80a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat May 29 12:00:28 2004 +0000

description:
- NO_CONFIGURE=yes
- Enable pkgviews installation.

diffstat:

 archivers/unzoo/Makefile |  7 ++++++-
 archivers/zoo/Makefile   |  7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diffs (48 lines):

diff -r 0f626f94b890 -r 8128ae1ca80a archivers/unzoo/Makefile
--- a/archivers/unzoo/Makefile  Sat May 29 11:30:49 2004 +0000
+++ b/archivers/unzoo/Makefile  Sat May 29 12:00:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/03/11 18:03:50 xtraeme Exp $
+# $NetBSD: Makefile,v 1.6 2004/05/29 12:04:13 minskim Exp $
 #
 
 DISTNAME=      unzoo.c
@@ -10,8 +10,13 @@
 MAINTAINER=    cjep%NetBSD.org@localhost
 COMMENT=       Extract zoo archives
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 WRKSRC=                ${WRKDIR}
 USE_BUILDLINK3=        YES
+NO_CONFIGURE=  YES
+
+INSTALLATION_DIRS=     bin
 
 do-extract:
        ${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
diff -r 0f626f94b890 -r 8128ae1ca80a archivers/zoo/Makefile
--- a/archivers/zoo/Makefile    Sat May 29 11:30:49 2004 +0000
+++ b/archivers/zoo/Makefile    Sat May 29 12:00:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/03/11 18:03:50 xtraeme Exp $
+# $NetBSD: Makefile,v 1.20 2004/05/29 12:00:28 minskim Exp $
 # FreeBSD Id: Makefile,v 1.8 1997/08/10 22:31:36 fenner Exp
 #
 
@@ -12,10 +12,15 @@
 
 LICENSE=       zoo-license
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 WRKSRC=                ${WRKDIR}
 USE_BUILDLINK3=        yes
+NO_CONFIGURE=  yes
 
 ALL_TARGET=     bsdansi
 MAKEFILE=       makefile
 
+INSTALLATION_DIRS=     bin man/man1
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index