diff options
author | xtraeme <xtraeme> | 2004-03-11 18:03:49 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-03-11 18:03:49 +0000 |
commit | b720d021413dcea6d0c5ecc71ab97500c737ce06 (patch) | |
tree | cbbe33a27ca8ed9a1766ae778dd6daf92ed9dfa4 /archivers/fastjar/Makefile | |
parent | 1cfb03468403d03e7c55ae589b2083fac754e372 (diff) | |
download | pkgsrc-b720d021413dcea6d0c5ecc71ab97500c737ce06.tar.gz |
bl3ify
Diffstat (limited to 'archivers/fastjar/Makefile')
-rw-r--r-- | archivers/fastjar/Makefile | 6 |
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" |