Date: Mon, 27 May 2013 09:25:54 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319189 - head/print/gutenprint-base Message-ID: <201305270925.r4R9PsGn022268@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon May 27 09:25:53 2013 New Revision: 319189 URL: http://svnweb.freebsd.org/changeset/ports/319189 Log: Do not try to delete directories not created by the port Reported by: pkg (DEVELOPER_MODE) Modified: head/print/gutenprint-base/Makefile head/print/gutenprint-base/pkg-plist (contents, props changed) Modified: head/print/gutenprint-base/Makefile ============================================================================== --- head/print/gutenprint-base/Makefile Mon May 27 09:24:30 2013 (r319188) +++ head/print/gutenprint-base/Makefile Mon May 27 09:25:53 2013 (r319189) @@ -1,10 +1,6 @@ -# ports collection makefile for: gimp-print -# Date Created: 2002 01 02 -# Whom: dgilbert@velocet.ca -# +# Created by: dgilbert@velocet.ca # $FreeBSD$ # $MCom: ports/print/gutenprint-base/Makefile,v 1.8 2007/03/30 16:45:02 ahze Exp $ -# PORTNAME?= gutenprint PORTVERSION= 5.2.8 Modified: head/print/gutenprint-base/pkg-plist ============================================================================== --- head/print/gutenprint-base/pkg-plist Mon May 27 09:24:30 2013 (r319188) +++ head/print/gutenprint-base/pkg-plist Mon May 27 09:25:53 2013 (r319189) @@ -347,5 +347,3 @@ share/locale/zh_TW/LC_MESSAGES/gutenprin @dirrm lib/gutenprint @dirrm include/gutenprintui2 @dirrm include/gutenprint -@dirrmtry libexec/cups/driver -@dirrmtry libexec/cups
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305270925.r4R9PsGn022268>