aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2013-04-25 22:55:41 +0000
committerNicola Vitale <nivit@FreeBSD.org>2013-04-25 22:55:41 +0000
commitde198c1fa9272d07be32509fdb03ba0de024b5dc (patch)
treeda570cfe64772aa2e464e65f53f04f1f7a3cddae /print
parent88bac97504ddf929600cc4c67b4f85ff534885ab (diff)
downloadports-de198c1fa9272d07be32509fdb03ba0de024b5dc.tar.gz
ports-de198c1fa9272d07be32509fdb03ba0de024b5dc.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/foxitreader/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/print/foxitreader/Makefile b/print/foxitreader/Makefile
index ca58d8f2f81c..595f46d2b8bc 100644
--- a/print/foxitreader/Makefile
+++ b/print/foxitreader/Makefile
@@ -32,7 +32,7 @@ WRKSRC= ${WRKDIR}/${PORTVERSION:R}-release
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
-DISTFILES+=FoxitReader${PORTVERSION:R}ForLinux_Manual.pdf:doc
+DISTFILES+=FoxitReader${PORTVERSION:R}ForLinux_Manual.pdf:manual
.endif
.if ${PORT_OPTIONS:MNLS}
NLS= ""
@@ -55,7 +55,4 @@ do-install:
${INSTALL_DATA} ${DISTDIR}/FoxitReader${PORTVERSION:R}ForLinux_Manual.pdf ${DOCSDIR}
.endif
-post-install:
- ${CAT} ${PKGMESSAGE}
-
.include <bsd.port.mk>