svn commit: r312101 - head/graphics/ilmbase

Baptiste Daroussin bapt at FreeBSD.org
Tue Feb 12 11:33:05 UTC 2013


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 at FreeBSD.org
-#
+# Created by: nork at 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
- at dirrmtry share/applications
 @dirrmtry include/OpenEXR


More information about the svn-ports-head mailing list