diff options
author | pawel <pawel@FreeBSD.org> | 2015-12-12 07:08:23 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-12-12 07:08:23 +0800 |
commit | e5da668d8b4146e2851323929f0f80b2c3524973 (patch) | |
tree | 7297d27dd04336040900031c1a9a0959cb3db30d /x11-fonts | |
parent | 4a9cac9b6c3ca26deab77e3a3eff5415b4c89f74 (diff) | |
download | freebsd-ports-gnome-e5da668d8b4146e2851323929f0f80b2c3524973.tar.gz freebsd-ports-gnome-e5da668d8b4146e2851323929f0f80b2c3524973.tar.zst freebsd-ports-gnome-e5da668d8b4146e2851323929f0f80b2c3524973.zip |
Switch to options helper
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/freefont-ttf/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-fonts/freefont-ttf/Makefile b/x11-fonts/freefont-ttf/Makefile index dab0ae91bff3..38652c8c2618 100644 --- a/x11-fonts/freefont-ttf/Makefile +++ b/x11-fonts/freefont-ttf/Makefile @@ -21,10 +21,12 @@ NO_BUILD= yes OPTIONS_DEFINE= DOCS do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${FONTSDIR} cd ${WRKSRC} && \ ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR} +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + .include <bsd.port.mk> |