diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-04 03:40:14 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-04 03:40:14 +0000 |
commit | 511c49bdecf1a9776490a13ab0dab1f7fc561bbf (patch) | |
tree | 813aa84d1ad8bd3cfafe0793f530eff6e9c6194c /x11-fonts | |
parent | 5dfe9b3be2f14294a78990688d738da43cf60950 (diff) | |
download | ports-511c49bdecf1a9776490a13ab0dab1f7fc561bbf.tar.gz ports-511c49bdecf1a9776490a13ab0dab1f7fc561bbf.zip |
In some straightforward cases, protect documentation behind
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure.
Notes
Notes:
svn path=/head/; revision=363960
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/webfonts/Makefile | 2 | ||||
-rw-r--r-- | x11-fonts/webfonts/pkg-plist | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-fonts/webfonts/Makefile b/x11-fonts/webfonts/Makefile index e2fbfd831bed..849f42b6d8ad 100644 --- a/x11-fonts/webfonts/Makefile +++ b/x11-fonts/webfonts/Makefile @@ -44,6 +44,8 @@ SUB_FILES= pkg-message FONTS_FILE= ${WRKDIR}/fonts.dir +OPTIONS_DEFINE= DOCS + .include <bsd.port.pre.mk> .if defined(WITH_MSWINDOWS_LICENSE) diff --git a/x11-fonts/webfonts/pkg-plist b/x11-fonts/webfonts/pkg-plist index 055ff0090f93..14b4cfc06395 100644 --- a/x11-fonts/webfonts/pkg-plist +++ b/x11-fonts/webfonts/pkg-plist @@ -1,4 +1,4 @@ -%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/LICENSE %%FONTSDIR%%/andalemo.ttf %%FONTSDIR%%/arial.ttf %%FONTSDIR%%/arialbd.ttf @@ -34,6 +34,6 @@ %%FONTSDIR%%/verdanai.ttf %%FONTSDIR%%/verdanaz.ttf %%FONTSDIR%%/webdings.ttf -@dirrm %%DOCSDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%FONTSDIR%% @exec %%LOCALBASE%%/bin/fc-cache -f -v %%FONTSDIR%% || /usr/bin/true |