diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-16 07:11:12 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-16 07:11:12 +0800 |
commit | 9343eeba7783ac2ce4c8f5c88ab322647d489c19 (patch) | |
tree | 37076f8661cc0a667d6e54eab2728ecc665430a0 /audio/ufmcontrol-i18n | |
parent | d5dd4663dfc459a5aa6a241eff9b72f253fbc4e8 (diff) | |
download | freebsd-ports-gnome-9343eeba7783ac2ce4c8f5c88ab322647d489c19.tar.gz freebsd-ports-gnome-9343eeba7783ac2ce4c8f5c88ab322647d489c19.tar.zst freebsd-ports-gnome-9343eeba7783ac2ce4c8f5c88ab322647d489c19.zip |
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
Diffstat (limited to 'audio/ufmcontrol-i18n')
-rw-r--r-- | audio/ufmcontrol-i18n/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/ufmcontrol-i18n/Makefile b/audio/ufmcontrol-i18n/Makefile index 3a23df788086..ab9b44c776ef 100644 --- a/audio/ufmcontrol-i18n/Makefile +++ b/audio/ufmcontrol-i18n/Makefile @@ -15,6 +15,8 @@ USES= tcl USE_LDCONFIG= yes MAKE_ENV= NO_PROFILE=yes +OPTIONS_DEFINE= DOCS + pre-install: @${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/it.ISO8859-1/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} |