diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-05 05:58:59 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-05 05:58:59 +0800 |
commit | d5f97b8c32afc1a862154e3187d36b3b4806feb0 (patch) | |
tree | d8084516dc80c7b479e4c7732acd38936218e625 /print | |
parent | 07725c1aa2ca982833205f6aa443f553fa416f4b (diff) | |
download | freebsd-ports-gnome-d5f97b8c32afc1a862154e3187d36b3b4806feb0.tar.gz freebsd-ports-gnome-d5f97b8c32afc1a862154e3187d36b3b4806feb0.tar.zst freebsd-ports-gnome-d5f97b8c32afc1a862154e3187d36b3b4806feb0.zip |
Remove NOPORTDOCS.
Diffstat (limited to 'print')
-rw-r--r-- | print/abcm2ps/Makefile | 4 | ||||
-rw-r--r-- | print/fpdf/Makefile | 4 | ||||
-rw-r--r-- | print/gl2ps/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/print/abcm2ps/Makefile b/print/abcm2ps/Makefile index f50d7c58b833..e5ad42c7ec20 100644 --- a/print/abcm2ps/Makefile +++ b/print/abcm2ps/Makefile @@ -20,13 +20,13 @@ PLIST_FILES= bin/abcm2ps %%DATADIR%%/fbook.fmt %%DATADIR%%/fonts.fmt \ %%DATADIR%%/tight.fmt %%DATADIR%%/musicfont.fmt PLIST_DIRS= %%DATADIR%% +OPTIONS_DEFINE= DOCS + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/abcm2ps ${STAGEDIR}${PREFIX}/bin/ @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/*.fmt ${STAGEDIR}${DATADIR}/ -.if !defined(NOPORTDOCS) @${MKDIR} ${STAGEDIR}${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ -.endif .include <bsd.port.mk> diff --git a/print/fpdf/Makefile b/print/fpdf/Makefile index 39512a4f0fef..d2d48a231a3a 100644 --- a/print/fpdf/Makefile +++ b/print/fpdf/Makefile @@ -28,6 +28,8 @@ PLIST_SUB= FPDF_DIR=${FPDF_DIR} EXT2CNV= afm css htm php txt DOCS= FAQ.htm changelog.htm doc fpdf.css install.txt license.txt tutorial +OPTIONS_DEFINE= DOCS + do-fetch: @if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \ ${FETCH_CMD} ${FETCH_BEFORE_ARGS} \ @@ -38,10 +40,8 @@ do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${FPDF_DIR} ${INSTALL_DATA} ${WRKSRC}/fpdf.php ${STAGEDIR}${PREFIX}/${FPDF_DIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} "font makefont" ${STAGEDIR}${PREFIX}/${FPDF_DIR}/) -.if !defined(NOPORTDOCS) ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} "${DOCS}" ${STAGEDIR}${DOCSDIR}/) -.endif post-install: @${ECHO_MSG} diff --git a/print/gl2ps/Makefile b/print/gl2ps/Makefile index 9ac6917a9cf3..5201c3bd63b0 100644 --- a/print/gl2ps/Makefile +++ b/print/gl2ps/Makefile @@ -15,6 +15,8 @@ USE_XORG= x11 xmu xi USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-source +OPTIONS_DEFINE= DOCS + pre-build: @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile @@ -33,9 +35,7 @@ do-install: s|%%LOCALBASE%%|${LOCALBASE}|g' \ <${FILESDIR}/Makefile.ex >${STAGEDIR}${EXAMPLESDIR}/Makefile -.ifndef (NOPORTDOCS) @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/gl2ps.pdf ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> |