Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2013 22:55:41 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316535 - head/print/foxitreader
Message-ID:  <201304252255.r3PMtfCv071877@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304252255.r3PMtfCv071877>