summaryrefslogtreecommitdiff
path: root/devel/libnet11
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 /devel/libnet11
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 'devel/libnet11')
-rw-r--r--devel/libnet11/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libnet11/Makefile b/devel/libnet11/Makefile
index 7fd12f7ecfa..157e9c6ef2b 100644
--- a/devel/libnet11/Makefile
+++ b/devel/libnet11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/06/17 20:39:36 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2007/01/07 09:13:51 rillig Exp $
DISTNAME= libnet-1.1.2.1
PKGREVISION= 1
@@ -23,7 +23,7 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libnet
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libnet/html
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/libnet
- ${INSTALL_MAN_DIR} ${PREFIX}/man/man3
+ ${INSTALL_MAN_DIR} ${PREFIX}/${PKGMANDIR}/man3
${INSTALL_DATA} ${WRKSRC}/doc/html/*.html \
${PREFIX}/share/doc/libnet/html
@@ -38,7 +38,7 @@ post-install:
${PREFIX}/share/examples/libnet
${INSTALL_MAN} ${WRKSRC}/doc/man/man3/*.3 \
- ${PREFIX}/man/man3
+ ${PREFIX}/${PKGMANDIR}/man3
for f in ${LNDOCS}; do \
${INSTALL_DATA} ${WRKSRC}/doc/$$f \