aboutsummaryrefslogtreecommitdiff
path: root/security/oidentd
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-08-18 19:13:18 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-08-18 19:13:18 +0000
commit1c6ed8eca3fd323ad84584b083ec5246b4f5cc34 (patch)
tree084a3ff0af921b622a1b95e501fdbf510ab133e4 /security/oidentd
parent1d085932a2bc53e47470d2ff07242dd9e96d1409 (diff)
downloadports-1c6ed8eca3fd323ad84584b083ec5246b4f5cc34.tar.gz
ports-1c6ed8eca3fd323ad84584b083ec5246b4f5cc34.zip
Convert most NO_INSTALL_MANPAGES to USES=imake:noman
With hat: portmgr
Notes
Notes: svn path=/head/; revision=365343
Diffstat (limited to 'security/oidentd')
-rw-r--r--security/oidentd/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/security/oidentd/Makefile b/security/oidentd/Makefile
index c90c6f04bf3c..103d570b76fb 100644
--- a/security/oidentd/Makefile
+++ b/security/oidentd/Makefile
@@ -47,11 +47,9 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/oidentd ${STAGEDIR}${PREFIX}/sbin
${INSTALL_DATA} ${FILESDIR}/oidentd.conf.sample ${STAGEDIR}${PREFIX}/etc
${INSTALL_DATA} ${FILESDIR}/oidentd_masq.conf.sample ${STAGEDIR}${PREFIX}/etc
-.if !defined(NO_INSTALL_MANPAGES)
.for MANFILE in ${MANPAGES}
@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/doc/${MANFILE}
${INSTALL_MAN} ${WRKSRC}/doc/${MANFILE} ${STAGEDIR}${PREFIX}/man/man${MANFILE:E}
.endfor
-.endif
.include <bsd.port.mk>