From owner-svn-ports-all@FreeBSD.ORG Thu May 1 18:16:37 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5521B965; Thu, 1 May 2014 18:16:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 426FE1AA1; Thu, 1 May 2014 18:16:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s41IGbBC079199; Thu, 1 May 2014 18:16:37 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s41IGbtF079198; Thu, 1 May 2014 18:16:37 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201405011816.s41IGbtF079198@svn.freebsd.org> From: John Marino Date: Thu, 1 May 2014 18:16:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352763 - head/devel/gps 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.17 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, 01 May 2014 18:16:37 -0000 Author: marino Date: Thu May 1 18:16:36 2014 New Revision: 352763 URL: http://svnweb.freebsd.org/changeset/ports/352763 QAT: https://qat.redports.org/buildarchive/r352763/ Log: devel/gps: Pet Jenkins by tweaking autogen plist Don't attempt to remove directories owned by mtree. No revbump necessary because the attempt didn't hurt anything (or ever succeed). Reported by: swills Modified: head/devel/gps/Makefile Modified: head/devel/gps/Makefile ============================================================================== --- head/devel/gps/Makefile Thu May 1 17:01:18 2014 (r352762) +++ head/devel/gps/Makefile Thu May 1 18:16:36 2014 (r352763) @@ -124,7 +124,5 @@ post-install: -e 's/^/@dirrm /g' >> ${TMPPLIST} @echo "@unexec rmdir %D/share/gps/plug-ins 2>/dev/null || true" >> ${TMPPLIST} @echo "@unexec rmdir %D/share/gps 2>/dev/null || true" >> ${TMPPLIST} - @echo "@unexec rmdir %D/share/examples 2>/dev/null || true" >> ${TMPPLIST} - @echo "@unexec rmdir %D/share/doc 2>/dev/null || true" >> ${TMPPLIST} .include