diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-04-14 18:38:46 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-04-14 18:38:46 +0000 |
commit | cf1c93bb91bc3808b7f297e05af91f654c6bc08a (patch) | |
tree | 5a0c6864aea8c92ab5a2684e8f61c8328a4ec34d /devel | |
parent | Mention USE_GNOME=gtk20 (gleaned from marcus' commits to the nogger, gringotts, (diff) |
Don't remove directories that are part of the perl distro.
Submitted by: dosirak
Notes
Notes:
svn path=/head/; revision=107035
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-IO-Tty/pkg-plist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/p5-IO-Tty/pkg-plist b/devel/p5-IO-Tty/pkg-plist index e36f3cd3b64c..c8704f849661 100644 --- a/devel/p5-IO-Tty/pkg-plist +++ b/devel/p5-IO-Tty/pkg-plist @@ -8,5 +8,3 @@ @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/IO/Tty 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/IO 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%% 2>/dev/null || true |