diff options
Diffstat (limited to 'archivers/fastjar')
-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" |