summaryrefslogtreecommitdiff
path: root/net/radiusd-cistron
diff options
context:
space:
mode:
authorrillig <rillig>2007-01-07 09:13:46 +0000
committerrillig <rillig>2007-01-07 09:13:46 +0000
commit4a34beb7de5a2bf4388d326eab99406995431246 (patch)
tree77b9cef42b625156081609e43af1544d569620be /net/radiusd-cistron
parent5a39e816b9369cc7a92ab60b196b6306904c19eb (diff)
downloadpkgsrc-4a34beb7de5a2bf4388d326eab99406995431246.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/radiusd-cistron')
-rw-r--r--net/radiusd-cistron/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/radiusd-cistron/Makefile b/net/radiusd-cistron/Makefile
index 80dd5bb99e1..cf9db6edb0b 100644
--- a/net/radiusd-cistron/Makefile
+++ b/net/radiusd-cistron/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/09/09 02:43:11 obache Exp $
+# $NetBSD: Makefile,v 1.21 2007/01/07 09:14:06 rillig Exp $
DISTNAME= radiusd-cistron-1.6.7
PKGREVISION= 1
@@ -42,13 +42,13 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/radiusd-cistron/
.endfor
.for i in radclient.1 radlast.1 radtest.1 radwho.1 radzap.1
- ${INSTALL_MAN} ${WRKSRC}/doc/${i} ${PREFIX}/man/man1/
+ ${INSTALL_MAN} ${WRKSRC}/doc/${i} ${PREFIX}/${PKGMANDIR}/man1/
.endfor
.for i in clients.5rad naslist.5rad
- ${INSTALL_MAN} ${WRKSRC}/doc/${i} ${PREFIX}/man/man5/
+ ${INSTALL_MAN} ${WRKSRC}/doc/${i} ${PREFIX}/${PKGMANDIR}/man5/
.endfor
.for i in radiusd.8 radrelay.8 radwatch.8
- ${INSTALL_MAN} ${WRKSRC}/doc/${i} ${PREFIX}/man/man8/
+ ${INSTALL_MAN} ${WRKSRC}/doc/${i} ${PREFIX}/${PKGMANDIR}/man8/
.endfor
# The sources assume <malloc.h> exists. Create a fake one for platforms