summaryrefslogtreecommitdiff
path: root/archivers/fastjar
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/fastjar')
-rw-r--r--archivers/fastjar/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/archivers/fastjar/Makefile b/archivers/fastjar/Makefile
index 466f737ef7e..0087efce53d 100644
--- a/archivers/fastjar/Makefile
+++ b/archivers/fastjar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/03/11 18:03:49 xtraeme Exp $
+# $NetBSD: Makefile,v 1.10 2004/05/29 18:19:52 minskim Exp $
#
DISTNAME= fastjar-0.93
@@ -10,9 +10,13 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://fastjar.sourceforge.net/
COMMENT= C language version of the 'jar' archiver normally used by Java
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
+INSTALLATION_DIRS= man/man1
+
post-install:
${INSTALL_MAN} ${WRKSRC}/fastjar.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/grepjar.1 ${PREFIX}/man/man1