diff options
author | joerg <joerg> | 2006-07-17 17:10:50 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-07-17 17:10:50 +0000 |
commit | d6debba01ec880a2dab7bff25a037b11c7c95a38 (patch) | |
tree | ed3e37ace7d26eded74fb6e3866f7af6aeb327b0 /archivers | |
parent | ae851cbe53f9fd87e7b4bc38656434ea7fa9ed8a (diff) | |
download | pkgsrc-d6debba01ec880a2dab7bff25a037b11c7c95a38.tar.gz |
Honour PKGMANDIR.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/fastjar/Makefile | 8 |
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" |