Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Feb 2013 11:33:05 +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: r312101 - head/graphics/ilmbase
Message-ID:  <201302121133.r1CBX5ja007670@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Feb 12 11:33:04 2013
New Revision: 312101
URL: http://svnweb.freebsd.org/changeset/ports/312101

Log:
  Do not try to delete a directory that is not created by the port
  
  Spotted by:	pkg DEVELOPER_MODE

Modified:
  head/graphics/ilmbase/Makefile
  head/graphics/ilmbase/pkg-plist

Modified: head/graphics/ilmbase/Makefile
==============================================================================
--- head/graphics/ilmbase/Makefile	Tue Feb 12 11:29:55 2013	(r312100)
+++ head/graphics/ilmbase/Makefile	Tue Feb 12 11:33:04 2013	(r312101)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ilmbase
-# Date created:				2007-10-07
-# Whom:					nork@FreeBSD.org
-#
+# Created by: nork@FreeBSD.org
 # $FreeBSD$
-#
 
 PORTNAME=	ilmbase
 PORTVERSION=	1.0.3

Modified: head/graphics/ilmbase/pkg-plist
==============================================================================
--- head/graphics/ilmbase/pkg-plist	Tue Feb 12 11:29:55 2013	(r312100)
+++ head/graphics/ilmbase/pkg-plist	Tue Feb 12 11:33:04 2013	(r312101)
@@ -65,5 +65,4 @@ lib/libImath.la
 lib/libImath.so
 lib/libImath.so.7
 libdata/pkgconfig/IlmBase.pc
-@dirrmtry share/applications
 @dirrmtry include/OpenEXR



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302121133.r1CBX5ja007670>