summaryrefslogtreecommitdiff
path: root/archivers/fastjar/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2006-07-17 17:10:50 +0000
committerjoerg <joerg>2006-07-17 17:10:50 +0000
commit6e1085061049c37e8e3b6b9a443e011a557b6740 (patch)
treeed3e37ace7d26eded74fb6e3866f7af6aeb327b0 /archivers/fastjar/Makefile
parent4478067559b7a4c824bbccb067e9fa404b87622e (diff)
downloadpkgsrc-6e1085061049c37e8e3b6b9a443e011a557b6740.tar.gz
Honour PKGMANDIR.
Diffstat (limited to 'archivers/fastjar/Makefile')
-rw-r--r--archivers/fastjar/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/fastjar/Makefile b/archivers/fastjar/Makefile
index d29b8e1d3d9..273d77246b6 100644
--- a/archivers/fastjar/Makefile
+++ b/archivers/fastjar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/03/14 14:02:01 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2006/07/17 17:10:50 joerg Exp $
#
DISTNAME= fastjar-0.93
@@ -15,11 +15,11 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
-INSTALLATION_DIRS= man/man1
+INSTALLATION_DIRS= ${PKGMANDIR}/man1
post-install:
- ${INSTALL_MAN} ${WRKSRC}/fastjar.1 ${PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/grepjar.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/fastjar.1 ${PREFIX}/${PKGMANDIR}/man1
+ ${INSTALL_MAN} ${WRKSRC}/grepjar.1 ${PREFIX}/${PKGMANDIR}/man1
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"