summaryrefslogtreecommitdiff
path: root/archivers/fastjar
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-03-11 18:03:49 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-03-11 18:03:49 +0000
commit6c39a6eab6ab88e2dd89dec7c00e74f22113a907 (patch)
treecbbe33a27ca8ed9a1766ae778dd6daf92ed9dfa4 /archivers/fastjar
parentf425933991a2cf279fadad07ef77122477deb2aa (diff)
downloadpkgsrc-6c39a6eab6ab88e2dd89dec7c00e74f22113a907.tar.gz
bl3ify
Diffstat (limited to 'archivers/fastjar')
-rw-r--r--archivers/fastjar/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/fastjar/Makefile b/archivers/fastjar/Makefile
index 91e83bceb4a..466f737ef7e 100644
--- a/archivers/fastjar/Makefile
+++ b/archivers/fastjar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/07/17 21:21:10 grant Exp $
+# $NetBSD: Makefile,v 1.9 2004/03/11 18:03:49 xtraeme Exp $
#
DISTNAME= fastjar-0.93
@@ -11,11 +11,11 @@ HOMEPAGE= http://fastjar.sourceforge.net/
COMMENT= C language version of the 'jar' archiver normally used by Java
GNU_CONFIGURE= YES
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
post-install:
${INSTALL_MAN} ${WRKSRC}/fastjar.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/grepjar.1 ${PREFIX}/man/man1
-.include "../../devel/zlib/buildlink2.mk"
+.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"