aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/frost
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/frost
parentde3a3bb13b2646c0f73e49630cd3b8f046553770 (diff)
downloadports-166d0c8ad00718ae1414348cee17fac3dfea2b24.tar.gz
ports-166d0c8ad00718ae1414348cee17fac3dfea2b24.zip
Remove NOPORTDOCS.
Notes
Notes: svn path=/head/; revision=360667
Diffstat (limited to 'net-p2p/frost')
-rw-r--r--net-p2p/frost/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/frost/Makefile b/net-p2p/frost/Makefile
index b2564ce638fd..b0a0b7be0ea6 100644
--- a/net-p2p/frost/Makefile
+++ b/net-p2p/frost/Makefile
@@ -22,6 +22,9 @@ PLIST_SUB= JAR_DIR=${JAR_DIR}
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
+OPTIONS_DEFINE= DOCS
+
+
JAVAVM= ${LOCALBASE}/bin/java
JAR_DIR= ${JAVAJARDIR:S,^${PREFIX}/,,}/${PORTNAME}
JAR_FILE= frost.jar
@@ -73,12 +76,10 @@ post-patch:
do-install:
# docs
-.ifndef(NOPORTDOCS)
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for doc in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
# jars
@${MKDIR} ${STAGEDIR}${PREFIX}/${JAR_DIR}
.for jar in ${JAR_FILES}