aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/stix-fonts
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-04 23:19:29 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-04 23:19:29 +0000
commitef92e05461048e35c9bfcae122d7e7e3e76d4b91 (patch)
tree1a8b96b0ea6ff1e90697abff0974cbed83be6d81 /x11-fonts/stix-fonts
parent7a074f00c34ed01b4cdc45bba474207d4c624270 (diff)
downloadports-ef92e05461048e35c9bfcae122d7e7e3e76d4b91.tar.gz
ports-ef92e05461048e35c9bfcae122d7e7e3e76d4b91.zip
Remove NOPORTDOCS.
Notes
Notes: svn path=/head/; revision=360685
Diffstat (limited to 'x11-fonts/stix-fonts')
-rw-r--r--x11-fonts/stix-fonts/Makefile6
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>