From owner-svn-ports-all@FreeBSD.ORG Thu Apr 25 22:55:41 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E4BDFDDF; Thu, 25 Apr 2013 22:55:41 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D7657105B; Thu, 25 Apr 2013 22:55:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3PMtf5f071878; Thu, 25 Apr 2013 22:55:41 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3PMtfCv071877; Thu, 25 Apr 2013 22:55:41 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201304252255.r3PMtfCv071877@svn.freebsd.org> From: Nicola Vitale Date: Thu, 25 Apr 2013 22:55:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316535 - head/print/foxitreader X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Apr 2013 22:55:42 -0000 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 .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