aboutsummaryrefslogtreecommitdiff
path: root/net/hidentd
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-04 21:44:04 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-04 21:44:04 +0000
commit3631e2333a8700d4f00d6caa681ba17d7687babf (patch)
tree745f97af838071739e1b6070acbf4862962b5405 /net/hidentd
parentd88572b38372acbe93dad72b0058c23d88f85dca (diff)
downloadports-3631e2333a8700d4f00d6caa681ba17d7687babf.tar.gz
ports-3631e2333a8700d4f00d6caa681ba17d7687babf.zip
Remove NOPORTDOCS and NOPORTEXAMPLES.
Notes
Notes: svn path=/head/; revision=360664
Diffstat (limited to 'net/hidentd')
-rw-r--r--net/hidentd/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net/hidentd/Makefile b/net/hidentd/Makefile
index e227c1ae22ba..b1bf16430c22 100644
--- a/net/hidentd/Makefile
+++ b/net/hidentd/Makefile
@@ -14,12 +14,10 @@ GNU_CONFIGURE= yes
PORTDOCS= README
PLIST_FILES= man/man8/hidentd.8.gz sbin/hidentd
+OPTIONS_DEFINE= DOCS
+
post-install:
-.if !defined(NOPORTDOCS)
${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for i in README
- ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
-.endfor
-.endif
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>