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 | 30a267d3c48dc8fefc724fc2836567ee8e3e55b3 (patch) | |
tree | 77b9cef42b625156081609e43af1544d569620be /net/socks4 | |
parent | 08380154f8ef872609e366d7ad67b4784cb73b0f (diff) | |
download | pkgsrc-30a267d3c48dc8fefc724fc2836567ee8e3e55b3.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/socks4')
-rw-r--r-- | net/socks4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socks4/Makefile b/net/socks4/Makefile index 14a41b08357..9ae3eae700c 100644 --- a/net/socks4/Makefile +++ b/net/socks4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/03/04 21:30:24 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2007/01/07 09:14:06 rillig Exp $ # DISTNAME= export.socks.cstc.4.2.2 @@ -21,7 +21,7 @@ MAKE_ENV+= OPTIMIZE=${CFLAGS:M*:Q} EGDIR= ${PREFIX}/share/examples/socks4 CONF_FILES= ${EGDIR}/socks.conf ${PKG_SYSCONFDIR}/socks.conf -INSTALLATION_DIRS= bin lib libexec man/man1 man/man5 man/man8 +INSTALLATION_DIRS= bin lib libexec ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 post-patch: @cd ${WRKSRC}; \ |