diff options
author | rillig <rillig@pkgsrc.org> | 2007-01-07 09:13:46 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-01-07 09:13:46 +0000 |
commit | 2829e658f2ba62cb77f3f151f468ec8de1549bd5 (patch) | |
tree | 77b9cef42b625156081609e43af1544d569620be /net/hf6to4 | |
parent | 5997a7db2d5af7de47f411825619ffc3689f1ce2 (diff) | |
download | pkgsrc-2829e658f2ba62cb77f3f151f468ec8de1549bd5.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/hf6to4')
-rw-r--r-- | net/hf6to4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/hf6to4/Makefile b/net/hf6to4/Makefile index 0540df03550..a32bfbd609e 100644 --- a/net/hf6to4/Makefile +++ b/net/hf6to4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/10/14 08:07:06 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2007/01/07 09:14:02 rillig Exp $ # DISTNAME= hf6to4-1.3 @@ -23,7 +23,7 @@ NO_BUILD= yes CONF_FILES+= ${PREFIX}/share/examples/hf6to4/hf6to4.conf ${PKG_SYSCONFDIR}/hf6to4.conf -INSTALLATION_DIRS= man/man8 sbin share/examples/hf6to4 share/doc/hf6to4 +INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin share/examples/hf6to4 share/doc/hf6to4 SUBST_CLASSES+= paths SUBST_FILES.paths= hf6to4 @@ -36,7 +36,7 @@ post-extract: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/hf6to4 ${PREFIX}/sbin/hf6to4 - ${INSTALL_MAN} ${FILESDIR}/hf6to4.8 ${PREFIX}/man/man8 + ${INSTALL_MAN} ${FILESDIR}/hf6to4.8 ${PREFIX}/${PKGMANDIR}/man8 ${INSTALL_DATA} ${FILESDIR}/hf6to4.html ${PREFIX}/share/doc/hf6to4/hf6to4.html ${INSTALL_DATA} ${FILESDIR}/hf6to4.conf ${PREFIX}/share/examples/hf6to4 |