summaryrefslogtreecommitdiff
path: root/archivers/fastjar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/fastjar/Makefile')
-rw-r--r--archivers/fastjar/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/archivers/fastjar/Makefile b/archivers/fastjar/Makefile
index 1562cfb8576..972e30cc8d1 100644
--- a/archivers/fastjar/Makefile
+++ b/archivers/fastjar/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2002/08/25 21:49:03 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2002/12/14 04:34:39 jschauma Exp $
#
-DISTNAME= fastjar-0.90
+DISTNAME= fastjar-0.93
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fastjar/}
EXTRACT_SUFX= .tgz
@@ -13,5 +13,9 @@ COMMENT= C language version of the 'jar' archiver normally used by Java
GNU_CONFIGURE= YES
USE_BUILDLINK2= 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 "../../mk/bsd.pkg.mk"