aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2015-12-12 07:08:23 +0800
committerpawel <pawel@FreeBSD.org>2015-12-12 07:08:23 +0800
commite5da668d8b4146e2851323929f0f80b2c3524973 (patch)
tree7297d27dd04336040900031c1a9a0959cb3db30d /x11-fonts
parent4a9cac9b6c3ca26deab77e3a3eff5415b4c89f74 (diff)
downloadfreebsd-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/Makefile6
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>