Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Feb 2013 11:29:56 +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: r312100 - head/www/p5-Template-Toolkit
Message-ID:  <201302121129.r1CBTu0b005529@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Template/Library
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Template



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