summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorminskim <minskim>2004-05-29 12:00:28 +0000
committerminskim <minskim>2004-05-29 12:00:28 +0000
commit999f0e8750d4a67c96514e124c312c3ea9365ae3 (patch)
tree2c14a805ba12125b3479587b03596c2903492523 /archivers
parent37f86b9ec03a1fd40226e1ac2c5d420907b678c8 (diff)
downloadpkgsrc-999f0e8750d4a67c96514e124c312c3ea9365ae3.tar.gz
- NO_CONFIGURE=yes
- Enable pkgviews installation.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/unzoo/Makefile7
-rw-r--r--archivers/zoo/Makefile7
2 files changed, 12 insertions, 2 deletions
diff --git a/archivers/unzoo/Makefile b/archivers/unzoo/Makefile
index bc891976521..66b1e4dc748 100644
--- a/archivers/unzoo/Makefile
+++ b/archivers/unzoo/Makefile
@@ -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 @@ EXTRACT_SUFX= # defined
MAINTAINER= cjep@NetBSD.org
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 --git a/archivers/zoo/Makefile b/archivers/zoo/Makefile
index 96c10632e43..7e3659d726d 100644
--- a/archivers/zoo/Makefile
+++ b/archivers/zoo/Makefile
@@ -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 @@ COMMENT= Manipulate archives of files in compressed form
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"