svn commit: r316535 - head/print/foxitreader

Nicola Vitale nivit at FreeBSD.org
Thu Apr 25 22:55:42 UTC 2013


Author: nivit
Date: Thu Apr 25 22:55:41 2013
New Revision: 316535
URL: http://svnweb.freebsd.org/changeset/ports/316535

Log:
  - Fix DISTFILES
  - Remove post-install target

Modified:
  head/print/foxitreader/Makefile

Modified: head/print/foxitreader/Makefile
==============================================================================
--- head/print/foxitreader/Makefile	Thu Apr 25 21:33:55 2013	(r316534)
+++ head/print/foxitreader/Makefile	Thu Apr 25 22:55:41 2013	(r316535)
@@ -32,7 +32,7 @@ WRKSRC=	${WRKDIR}/${PORTVERSION:R}-relea
 .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>


More information about the svn-ports-head mailing list