aboutsummaryrefslogtreecommitdiff
path: root/print/foxitreader
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2015-02-18 21:18:41 +0000
committerNicola Vitale <nivit@FreeBSD.org>2015-02-18 21:18:41 +0000
commit5d7040a90af2cc4b933281831f7f27115a31fa86 (patch)
tree46da1ce8770ee57c2de885e0c5fd32f087e2ff55 /print/foxitreader
parentaca0836b8281d4fa61cd54c8d29db3faf4d54958 (diff)
downloadports-5d7040a90af2cc4b933281831f7f27115a31fa86.tar.gz
ports-5d7040a90af2cc4b933281831f7f27115a31fa86.zip
Notes
Diffstat (limited to 'print/foxitreader')
-rw-r--r--print/foxitreader/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/print/foxitreader/Makefile b/print/foxitreader/Makefile
index c81a6bde66a1..5f1545df8171 100644
--- a/print/foxitreader/Makefile
+++ b/print/foxitreader/Makefile
@@ -46,7 +46,9 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/po/${locale}/FoxitReader.mo ${STAGEDIR}${PREFIX}/share/locale/${locale}/LC_MESSAGES/
.endfor
.endif
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${DISTDIR}/FoxitReader${PORTVERSION:R}ForLinux_Manual.pdf ${STAGEDIR}${DOCSDIR}
+.endif
.include <bsd.port.mk>