aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/xnap
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-04 21:55:07 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-04 21:55:07 +0000
commit166d0c8ad00718ae1414348cee17fac3dfea2b24 (patch)
treeb4f12eeb7bb078f1956372bd9b88e65fa07ee871 /net-p2p/xnap
parentde3a3bb13b2646c0f73e49630cd3b8f046553770 (diff)
downloadports-166d0c8ad00718ae1414348cee17fac3dfea2b24.tar.gz
ports-166d0c8ad00718ae1414348cee17fac3dfea2b24.zip
Remove NOPORTDOCS.
Notes
Notes: svn path=/head/; revision=360667
Diffstat (limited to 'net-p2p/xnap')
-rw-r--r--net-p2p/xnap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/xnap/Makefile b/net-p2p/xnap/Makefile
index ada98dd21820..79baf55272d6 100644
--- a/net-p2p/xnap/Makefile
+++ b/net-p2p/xnap/Makefile
@@ -18,6 +18,8 @@ NO_BUILD= yes
JAVAVM= ${LOCALBASE}/bin/java
+OPTIONS_DEFINE= DOCS
+
DOC_FILES= AUTHORS COPYING COPYING.LIB NEWS README \
TODO
PORTDOCS= ${DOC_FILES}
@@ -37,11 +39,9 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/xnap.jar \
${STAGEDIR}${JAVAJARDIR}/${PORTNAME:tl}.jar
@${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME:tl}
-.ifndef(NOPORTDOCS)
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for doc in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>