From owner-svn-ports-head@FreeBSD.ORG Wed Jun 19 14:50:03 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5FBC876C; Wed, 19 Jun 2013 14:50:03 +0000 (UTC) (envelope-from miwi@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 52C7617B5; Wed, 19 Jun 2013 14:50:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5JEo3Fr051228; Wed, 19 Jun 2013 14:50:03 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5JEo3PW051226; Wed, 19 Jun 2013 14:50:03 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201306191450.r5JEo3PW051226@svn.freebsd.org> From: Martin Wilke Date: Wed, 19 Jun 2013 14:50:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321264 - head/graphics/ampasCTL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jun 2013 14:50:03 -0000 Author: miwi Date: Wed Jun 19 14:50:02 2013 New Revision: 321264 URL: http://svnweb.freebsd.org/changeset/ports/321264 Log: - Don't remove directories not created by this port - Fix DOCS deinstall Reported by: pkg (DEVELOPER_MODE) Modified: head/graphics/ampasCTL/Makefile head/graphics/ampasCTL/pkg-plist (contents, props changed) Modified: head/graphics/ampasCTL/Makefile ============================================================================== --- head/graphics/ampasCTL/Makefile Wed Jun 19 14:49:24 2013 (r321263) +++ head/graphics/ampasCTL/Makefile Wed Jun 19 14:50:02 2013 (r321264) @@ -1,7 +1,5 @@ # Created by: nork@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= ampasCTL PORTVERSION= 1.4.1 Modified: head/graphics/ampasCTL/pkg-plist ============================================================================== --- head/graphics/ampasCTL/pkg-plist Wed Jun 19 14:49:24 2013 (r321263) +++ head/graphics/ampasCTL/pkg-plist Wed Jun 19 14:50:02 2013 (r321264) @@ -34,6 +34,5 @@ lib/libIlmCtlSimd.so.2 libdata/pkgconfig/CTL.pc %%PORTDOCS%%%%DOCSDIR%%/CtlManual.doc %%PORTDOCS%%%%DOCSDIR%%/CtlManual.pdf -%%PORTDOCS%%@dirrmtry %%DOCSDIR%% -@dirrmtry share/applications +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrmtry include/CTL