diff options
author | nivit <nivit@FreeBSD.org> | 2015-02-19 05:18:41 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2015-02-19 05:18:41 +0800 |
commit | a2d15df89443589f9304e89822c7ade7d35909f3 (patch) | |
tree | 46da1ce8770ee57c2de885e0c5fd32f087e2ff55 /print | |
parent | 7a6de80c0d407bdd770b55dbed124ad8719c54ff (diff) | |
download | freebsd-ports-gnome-a2d15df89443589f9304e89822c7ade7d35909f3.tar.gz freebsd-ports-gnome-a2d15df89443589f9304e89822c7ade7d35909f3.tar.zst freebsd-ports-gnome-a2d15df89443589f9304e89822c7ade7d35909f3.zip |
- Fix installation when DOCS option is off
PR: 197807
Submitted by: xmj
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> |