diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-05 07:19:29 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-05 07:19:29 +0800 |
commit | 3751c464516771c575a996094ec6d3c8958557ee (patch) | |
tree | 1a8b96b0ea6ff1e90697abff0974cbed83be6d81 | |
parent | c366bdfc63016b17a907b4a9f48bc87132ecf8e4 (diff) | |
download | freebsd-ports-gnome-3751c464516771c575a996094ec6d3c8958557ee.tar.gz freebsd-ports-gnome-3751c464516771c575a996094ec6d3c8958557ee.tar.zst freebsd-ports-gnome-3751c464516771c575a996094ec6d3c8958557ee.zip |
Remove NOPORTDOCS.
-rw-r--r-- | x11-fonts/stix-fonts/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-fonts/stix-fonts/Makefile b/x11-fonts/stix-fonts/Makefile index 0896ecf84578..6c0176ed3532 100644 --- a/x11-fonts/stix-fonts/Makefile +++ b/x11-fonts/stix-fonts/Makefile @@ -35,9 +35,9 @@ MKFONTSCL_CMD= ${LOCALBASE}/bin/mkfontscale MKFONTDIR_CMD= ${LOCALBASE}/bin/mkfontdir FCCACHE= ${LOCALBASE}/bin/fc-cache -f -v -.if !defined(NOPORTDOCS) +OPTIONS_DEFINE= DOCS + PORTDOCS= "STIX Font ${PORTVERSION}-webfonts Release Documentation.pdf" -.endif do-build: ${MKDIR} ${WRKDIR}/build @@ -51,9 +51,7 @@ do-build: do-install: ${MKDIR} ${STAGEDIR}${FONTDIR} cd ${WRKDIR}/build && ${INSTALL_DATA} fonts.dir fonts.scale *.woff ${STAGEDIR}${FONTDIR} -.if !defined(NOPORTDOCS) ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> |