summaryrefslogtreecommitdiff
path: root/net/bind4/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2007-01-07 09:13:46 +0000
committerrillig <rillig>2007-01-07 09:13:46 +0000
commit87e1bea888d90a6044a18e46681bc456ea30305c (patch)
tree77b9cef42b625156081609e43af1544d569620be /net/bind4/Makefile
parent0e3f31f90a7d6a3a3dc9c7045ed1c6c9c8dac0ac (diff)
downloadpkgsrc-87e1bea888d90a6044a18e46681bc456ea30305c.tar.gz
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
Diffstat (limited to 'net/bind4/Makefile')
-rw-r--r--net/bind4/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/bind4/Makefile b/net/bind4/Makefile
index 3a8b674bdaf..057c56dcfb1 100644
--- a/net/bind4/Makefile
+++ b/net/bind4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/03/04 21:30:16 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2007/01/07 09:14:02 rillig Exp $
#
DISTNAME= bind-4.9.11-REL
@@ -14,7 +14,7 @@ WRKSRC= ${WRKDIR}
NOT_FOR_PLATFORM= NetBSD-0.*-* NetBSD-1.[0123]*-*
-INSTALLATION_DIRS= libexec man/man8 sbin
+INSTALLATION_DIRS= libexec ${PKGMANDIR}/man8 sbin
post-extract:
@${RM} -f ${WRKSRC}/compat/include/sys/cdefs.h
@@ -29,6 +29,6 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/named/named ${PREFIX}/sbin/named4
${INSTALL_PROGRAM} ${WRKSRC}/named/named-xfer ${PREFIX}/libexec/named4-xfer
${INSTALL_SCRIPT} ${WRKSRC}/named/ndc4 ${PREFIX}/sbin/
- ${INSTALL_MAN} ${WRKSRC}/man/named.8 ${PREFIX}/man/man8/named4.8
+ ${INSTALL_MAN} ${WRKSRC}/man/named.8 ${PREFIX}/${PKGMANDIR}/man8/named4.8
.include "../../mk/bsd.pkg.mk"