svn commit: r312100 - head/www/p5-Template-Toolkit

Baptiste Daroussin bapt at FreeBSD.org
Tue Feb 12 11:29:56 UTC 2013


Author: bapt
Date: Tue Feb 12 11:29:55 2013
New Revision: 312100
URL: http://svnweb.freebsd.org/changeset/ports/312100

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

Modified:
  head/www/p5-Template-Toolkit/Makefile
  head/www/p5-Template-Toolkit/pkg-plist

Modified: head/www/p5-Template-Toolkit/Makefile
==============================================================================
--- head/www/p5-Template-Toolkit/Makefile	Tue Feb 12 11:28:47 2013	(r312099)
+++ head/www/p5-Template-Toolkit/Makefile	Tue Feb 12 11:29:55 2013	(r312100)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Template-Toolkit
-# Date Created:				3 Mar, 2001
-# Whom:					clive
-#
+# Created by: clive
 # $FreeBSD$
-#
 
 PORTNAME=	Template-Toolkit
 PORTVERSION=	2.24

Modified: head/www/p5-Template-Toolkit/pkg-plist
==============================================================================
--- head/www/p5-Template-Toolkit/pkg-plist	Tue Feb 12 11:28:47 2013	(r312099)
+++ head/www/p5-Template-Toolkit/pkg-plist	Tue Feb 12 11:29:55 2013	(r312100)
@@ -77,5 +77,4 @@ bin/ttree
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Template/Plugin
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Template/Namespace
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Template/Manual
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Template/Library
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Template


More information about the svn-ports-head mailing list