aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2015-12-12 07:08:23 +0800
committerPawel Pekala <pawel@FreeBSD.org>2015-12-12 07:08:23 +0800
commit7737a9434c24c84011db6162330a7ed3fc21eac0 (patch)
tree7297d27dd04336040900031c1a9a0959cb3db30d /x11-fonts
parenta8ac785de52498117a044d4291dd2459e7fd67bd (diff)
downloadfreebsd-ports-gnome-7737a9434c24c84011db6162330a7ed3fc21eac0.tar.gz
freebsd-ports-gnome-7737a9434c24c84011db6162330a7ed3fc21eac0.tar.zst
freebsd-ports-gnome-7737a9434c24c84011db6162330a7ed3fc21eac0.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>