aboutsummaryrefslogtreecommitdiff
path: root/dns/radns
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-03 21:57:31 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-03 21:57:31 +0000
commit8610a3f5740a1d5d2b227aa19c1f361816feb627 (patch)
tree7704c92be4b39fd275f09238ba417439652da645 /dns/radns
parent01da1d3d6cf30b21f44b8cdec6111c1581fdb020 (diff)
downloadports-8610a3f5740a1d5d2b227aa19c1f361816feb627.tar.gz
ports-8610a3f5740a1d5d2b227aa19c1f361816feb627.zip
Remove more PORTDOCS, and another DOCS->EXAMPLES.
Notes
Notes: svn path=/head/; revision=360465
Diffstat (limited to 'dns/radns')
-rw-r--r--dns/radns/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/dns/radns/Makefile b/dns/radns/Makefile
index ba7e54309530..d628034a993a 100644
--- a/dns/radns/Makefile
+++ b/dns/radns/Makefile
@@ -22,13 +22,12 @@ SUB_FILES= pkg-message
PORTDOCS= LICENSE README README.FreeBSD NEWS
+OPTIONS_DEFINE= DOCS
+
post-install:
-.if !defined(NOPORTDOCS)
- @${ECHO_MSG} "Installing additional documentation to ${DOCSDIR}"
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>