summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorjoerg <joerg>2006-07-17 17:37:35 +0000
committerjoerg <joerg>2006-07-17 17:37:35 +0000
commit67d556b53d014f6f00cba4268ce39ea6edc554ce (patch)
tree772f304c353098dccaeb349aebc4ffe9154e81c0 /archivers
parentaa8f6394a26f6113810cea712bcdf2eace9acc59 (diff)
downloadpkgsrc-67d556b53d014f6f00cba4268ce39ea6edc554ce.tar.gz
Honour PKGMANDIR.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/macutil/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/macutil/Makefile b/archivers/macutil/Makefile
index c5ed2535581..271515a1581 100644
--- a/archivers/macutil/Makefile
+++ b/archivers/macutil/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/12/01 16:41:29 rillig Exp $
+# $NetBSD: Makefile,v 1.21 2006/07/17 17:37:35 joerg Exp $
DISTNAME= macutil2.0b3
PKGNAME= macutil-2.0b3
@@ -16,7 +16,7 @@ MAKE_ENV+= CF=${CFLAGS:M*:Q}
WRKSRC= ${WRKDIR}/macutil
-INSTALLATION_DIRS= bin man/man1
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/macunpack/macunpack \
@@ -33,6 +33,6 @@ do-install:
${WRKSRC}/man/binhex.1 \
${WRKSRC}/man/tomac.1 \
${WRKSRC}/man/frommac.1 \
- ${WRKSRC}/man/macutil.1 ${PREFIX}/man/man1
+ ${WRKSRC}/man/macutil.1 ${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"