diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-16 11:34:56 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-16 11:34:56 +0800 |
commit | e59a4b143e5a81be22c10888ea69fd7b283547b2 (patch) | |
tree | fe6e6f1047f8d67869e24a29bf32f5ba72588a1c /www/calamaris | |
parent | dd23101ff5718a035365d041a14e0159b16908e9 (diff) | |
download | freebsd-ports-graphics-e59a4b143e5a81be22c10888ea69fd7b283547b2.tar.gz freebsd-ports-graphics-e59a4b143e5a81be22c10888ea69fd7b283547b2.tar.zst freebsd-ports-graphics-e59a4b143e5a81be22c10888ea69fd7b283547b2.zip |
Add DOCS option to the remaining staged ports where PORTDOCS appears
in the plist.
Diffstat (limited to 'www/calamaris')
-rw-r--r-- | www/calamaris/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/calamaris/Makefile b/www/calamaris/Makefile index befc82aa25f..93d6f75a286 100644 --- a/www/calamaris/Makefile +++ b/www/calamaris/Makefile @@ -14,6 +14,8 @@ USES= shebangfix perl5 NO_BUILD= yes SHEBANG_FILES= calamaris +OPTIONS_DEFINE= DOCS + do-install: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin |