diff options
author | miwi <miwi@FreeBSD.org> | 2013-05-31 09:46:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-05-31 09:46:04 +0800 |
commit | 9cc9c834fdd02773ce601c3eb091cfe64b1db5ab (patch) | |
tree | 2c11963ef280b66443ad0bddd4c0293b19d7318f | |
parent | d6c3772a318b02e86201bb0ce2c7a82ff45c2f8e (diff) | |
download | freebsd-ports-gnome-9cc9c834fdd02773ce601c3eb091cfe64b1db5ab.tar.gz freebsd-ports-gnome-9cc9c834fdd02773ce601c3eb091cfe64b1db5ab.tar.zst freebsd-ports-gnome-9cc9c834fdd02773ce601c3eb091cfe64b1db5ab.zip |
- Do not try to remove dirs. not created by the port
Reported by: pkg (DEVELOPER_MODE)
-rw-r--r-- | devel/p5-SVN-Log/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-SVN-Log/pkg-plist | 1 |
2 files changed, 1 insertions, 6 deletions
diff --git a/devel/p5-SVN-Log/Makefile b/devel/p5-SVN-Log/Makefile index e6fa0b2dfbac..0aa158d1aae9 100644 --- a/devel/p5-SVN-Log/Makefile +++ b/devel/p5-SVN-Log/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SVN-Log -# Date created: 2006-06-26 -# Whom: Yuan-Chung Hsiao <ychsiao@ychsiao.org> -# +# Created by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> # $FreeBSD$ -# PORTNAME= SVN-Log PORTVERSION= 0.03 diff --git a/devel/p5-SVN-Log/pkg-plist b/devel/p5-SVN-Log/pkg-plist index 6f5096b2870f..cc1d77b41143 100644 --- a/devel/p5-SVN-Log/pkg-plist +++ b/devel/p5-SVN-Log/pkg-plist @@ -1,4 +1,3 @@ %%SITE_PERL%%/SVN/Log.pm @dirrmtry %%SITE_PERL%%/SVN -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Log @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN |