diff options
author | bapt <bapt@FreeBSD.org> | 2013-03-13 19:18:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-03-13 19:18:58 +0800 |
commit | 724cfc9eabb03b9822c530bca4bc3f2aa3691d36 (patch) | |
tree | 004c109b22c54d62b49e0c05d365a4b663e2ecc5 /textproc | |
parent | 64d020c2c84b3df76dbb5f6bfbadda5714d9102d (diff) | |
download | freebsd-ports-gnome-724cfc9eabb03b9822c530bca4bc3f2aa3691d36.tar.gz freebsd-ports-gnome-724cfc9eabb03b9822c530bca4bc3f2aa3691d36.tar.zst freebsd-ports-gnome-724cfc9eabb03b9822c530bca4bc3f2aa3691d36.zip |
Do not removed directories not owned by the port
Reported by: pkg DEVELOPER_MODE
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-RSS-SimpleGen/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-XML-RSS-SimpleGen/pkg-plist | 1 |
2 files changed, 1 insertions, 7 deletions
diff --git a/textproc/p5-XML-RSS-SimpleGen/Makefile b/textproc/p5-XML-RSS-SimpleGen/Makefile index 80e778943a88..30310a9fc1c1 100644 --- a/textproc/p5-XML-RSS-SimpleGen/Makefile +++ b/textproc/p5-XML-RSS-SimpleGen/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: XML::RSS::SimpleGen -# Date created: Jun 5, 2006 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= XML-RSS-SimpleGen PORTVERSION= 11.11 diff --git a/textproc/p5-XML-RSS-SimpleGen/pkg-plist b/textproc/p5-XML-RSS-SimpleGen/pkg-plist index ad22dc1ddc1c..0b9408e1479d 100644 --- a/textproc/p5-XML-RSS-SimpleGen/pkg-plist +++ b/textproc/p5-XML-RSS-SimpleGen/pkg-plist @@ -3,6 +3,5 @@ @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/RSS/SimpleGen @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/RSS @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML -@dirrmtry %%SITE_PERL%%/XML/RSS/SimpleGen @dirrmtry %%SITE_PERL%%/XML/RSS @dirrmtry %%SITE_PERL%%/XML |