1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Remove NOPORTDOCS.

This commit is contained in:
Adam Weinberger 2014-07-04 23:19:29 +00:00
parent 7a074f00c3
commit ef92e05461
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360685

View File

@ -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>