summaryrefslogtreecommitdiff
path: root/archivers/fastjar/Makefile
diff options
context:
space:
mode:
authorjschauma <jschauma>2002-12-14 04:34:39 +0000
committerjschauma <jschauma>2002-12-14 04:34:39 +0000
commit8b46e2bd1273e1fb34683604c24a237d01868097 (patch)
tree9c1f4c6dee6172df1dd119d2032b18880f5073ed /archivers/fastjar/Makefile
parent760d4fa7f887d71c21fb220fbbee2d7c1829b944 (diff)
downloadpkgsrc-8b46e2bd1273e1fb34683604c24a237d01868097.tar.gz
Add a man-page that I had sitting around (originally also sent to the
author). While we're at it, upgrade to version 0.93, and add a manpage for grepjar, which is now part of this package. Changes since 0.90: Improved support for other Unix platforms. Now works on Solaris, AIX, True 64, and HP-UX. Hopefully resolved all big endian problems. Fixed bug in update which caused it to skip openning update file Changs since 0.92: Integrated GNU gcc patches to mainline fastjar codebase. Should compile on more platforms. Ignore nutty errors.
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"