diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 07:30:05 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 07:30:05 +0800 |
commit | bdeb8561511e9869fe7b4735106e13b68b529eb8 (patch) | |
tree | e962c6543fdab0f842a6d242127e735d0347e99c /editors/yui | |
parent | 44eaadcb751194bcef34890a161d4bf9a873a2a4 (diff) | |
download | freebsd-ports-gnome-bdeb8561511e9869fe7b4735106e13b68b529eb8.tar.gz freebsd-ports-gnome-bdeb8561511e9869fe7b4735106e13b68b529eb8.tar.zst freebsd-ports-gnome-bdeb8561511e9869fe7b4735106e13b68b529eb8.zip |
Add DOCS to OPTIONS for ports that have PORTDOCS in the plist.
Diffstat (limited to 'editors/yui')
-rw-r--r-- | editors/yui/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/yui/Makefile b/editors/yui/Makefile index ea4eec44dab3..09778dfc472b 100644 --- a/editors/yui/Makefile +++ b/editors/yui/Makefile @@ -18,6 +18,8 @@ MAKE_ENV+= LIBPATH=${PREFIX}/lib BROKEN_sparc64= Does not compile on sparc64 +OPTIONS_DEFINE= DOCS + post-install: ${LN} -sf help_eng.html ${STAGEDIR}${PREFIX}/lib/yui/yhelp.html @${MKDIR} ${STAGEDIR}${DOCSDIR} |