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/caudium14 | |
parent | dd23101ff5718a035365d041a14e0159b16908e9 (diff) | |
download | freebsd-ports-gnome-e59a4b143e5a81be22c10888ea69fd7b283547b2.tar.gz freebsd-ports-gnome-e59a4b143e5a81be22c10888ea69fd7b283547b2.tar.zst freebsd-ports-gnome-e59a4b143e5a81be22c10888ea69fd7b283547b2.zip |
Add DOCS option to the remaining staged ports where PORTDOCS appears
in the plist.
Diffstat (limited to 'www/caudium14')
-rw-r--r-- | www/caudium14/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/caudium14/Makefile b/www/caudium14/Makefile index 0389af96a7f5..0393a3a99a75 100644 --- a/www/caudium14/Makefile +++ b/www/caudium14/Makefile @@ -29,6 +29,8 @@ INSTALL_TARGET= install_alt DOCSDIR= ${PREFIX}/share/doc/caudium +OPTIONS_DEFINE= DOCS + post-patch: @${SED} -e 's:@CAUDIUM_SERVERDIR@:${PREFIX}/caudium/server:' \ -e 's:^#############$$:${ECHO} "$${caudium_enable}" | ${EGREP} -iq "^yes|^true" || exit:' \ |