From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 09:14:30 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C2753CC; Fri, 30 Nov 2012 09:14:30 +0000 (UTC) (envelope-from linimon@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 3D6A58FC0C; Fri, 30 Nov 2012 09:14:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAU9EUlb055244; Fri, 30 Nov 2012 09:14:30 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAU9EUg1055242; Fri, 30 Nov 2012 09:14:30 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201211300914.qAU9EUg1055242@svn.freebsd.org> From: Mark Linimon Date: Fri, 30 Nov 2012 09:14:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308001 - head/graphics/fv 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: Fri, 30 Nov 2012 09:14:30 -0000 Author: linimon Date: Fri Nov 30 09:14:29 2012 New Revision: 308001 URL: http://svnweb.freebsd.org/changeset/ports/308001 Log: Attempt to fix complaints during 'make index'. Hat: portmgr Feature safe: yes Modified: head/graphics/fv/Makefile Modified: head/graphics/fv/Makefile ============================================================================== --- head/graphics/fv/Makefile Fri Nov 30 09:13:32 2012 (r308000) +++ head/graphics/fv/Makefile Fri Nov 30 09:14:29 2012 (r308001) @@ -34,7 +34,6 @@ LDFLAGS+= $$(pkg-config --libs libpng15) PORTDOCS= AUTHORS ChangeLog README PLIST_FILES= bin/${PORTNAME} -.include .include .if ((${OSVERSION} >= 900000 && ${OSVERSION} < 900012) || ${OSVERSION} < 800505)