diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-29 18:16:15 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-29 18:16:15 +0000 |
commit | 7a7e2c4868a21f8bde8a0f766291ae9e9f2de7d6 (patch) | |
tree | 0e02b5e2e9e596a355acacfbc923033ed362184c /archivers | |
parent | bc08deb83fb7893e124910fd67e7a04bcb9370e6 (diff) | |
download | pkgsrc-7a7e2c4868a21f8bde8a0f766291ae9e9f2de7d6.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/dar/Makefile | 4 | ||||
-rw-r--r-- | archivers/fastjar/Makefile | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/archivers/dar/Makefile b/archivers/dar/Makefile index 213dff2482e..9a911e93171 100644 --- a/archivers/dar/Makefile +++ b/archivers/dar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/05/29 18:07:38 minskim Exp $ +# $NetBSD: Makefile,v 1.7 2004/05/29 18:16:15 minskim Exp $ # DISTNAME= dar-2.0.2 @@ -10,6 +10,8 @@ MAINTAINER= davids@idiom.com HOMEPAGE= http://dar.linux.free.fr/ COMMENT= Disk archiver +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes diff --git a/archivers/fastjar/Makefile b/archivers/fastjar/Makefile index 466f737ef7e..0087efce53d 100644 --- a/archivers/fastjar/Makefile +++ b/archivers/fastjar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/03/11 18:03:49 xtraeme Exp $ +# $NetBSD: Makefile,v 1.10 2004/05/29 18:19:52 minskim Exp $ # DISTNAME= fastjar-0.93 @@ -10,9 +10,13 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://fastjar.sourceforge.net/ COMMENT= C language version of the 'jar' archiver normally used by Java +PKG_INSTALLATION_TYPES= overwrite pkgviews + GNU_CONFIGURE= YES USE_BUILDLINK3= YES +INSTALLATION_DIRS= man/man1 + post-install: ${INSTALL_MAN} ${WRKSRC}/fastjar.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/grepjar.1 ${PREFIX}/man/man1 |