aboutsummaryrefslogtreecommitdiff
path: root/textproc/htmlsection
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-16 03:18:26 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-16 03:18:26 +0000
commitc6941c482ece145e97bdb2cd8f5ae1f8938298ea (patch)
tree6cba635ca6a0900686686afe6df65efafe2cb104 /textproc/htmlsection
parentfa4bf2ee1d039ae33718a8286802e7bf7ceb3387 (diff)
downloadports-c6941c482ece145e97bdb2cd8f5ae1f8938298ea.tar.gz
ports-c6941c482ece145e97bdb2cd8f5ae1f8938298ea.zip
Add DOCS option where PORTDOCS is in plist.
Notes
Notes: svn path=/head/; revision=362024
Diffstat (limited to 'textproc/htmlsection')
-rw-r--r--textproc/htmlsection/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/htmlsection/Makefile b/textproc/htmlsection/Makefile
index dfa159d6e511..587ce41f7df3 100644
--- a/textproc/htmlsection/Makefile
+++ b/textproc/htmlsection/Makefile
@@ -15,6 +15,8 @@ USE_PERL5= build
JADOCSDIR= share/doc/ja/${PORTNAME}
PLIST_SUB= JADOCSDIR=${JADOCSDIR}
+OPTIONS_DEFINE= DOCS
+
pre-build:
@(echo perl is set ${PERL} in pre-build:)
@(cd ${WRKSRC}; ./findperl.sh ${PERL} > whereperl)