diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/foxitreader/Makefile | 2 |
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> |