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 | bed49584508b5147b55011bcb1b4c2736b97df93 (patch) | |
tree | 0e02b5e2e9e596a355acacfbc923033ed362184c /archivers/fastjar | |
parent | 24ab63ca637fcc21c2d3cbce929e7729aa62c3c6 (diff) | |
download | pkgsrc-bed49584508b5147b55011bcb1b4c2736b97df93.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'archivers/fastjar')
-rw-r--r-- | archivers/fastjar/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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 |