diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 21:58:59 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 21:58:59 +0000 |
commit | dd46e5cccaacbd51b3bbcf35c2de7103807d58d7 (patch) | |
tree | d8084516dc80c7b479e4c7732acd38936218e625 /print/fpdf | |
parent | aaf137da80ada2738b6f5f0aea39b6df968c5a82 (diff) |
Notes
Diffstat (limited to 'print/fpdf')
-rw-r--r-- | print/fpdf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |