diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-04-14 19:16:24 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-04-14 19:16:24 +0000 |
commit | 990ec262aa64e76411c9a49758feb7feca37d707 (patch) | |
tree | ed27c4007763d55e35a74770feed48c78f9c3177 | |
parent | - Update to 1.2.1(b) (diff) |
Add missing dirrm
Submitted by: dosirak
Notes
Notes:
svn path=/head/; revision=107057
-rw-r--r-- | devel/p5-Getopt-Mixed/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/p5-Getopt-Mixed/pkg-plist b/devel/p5-Getopt-Mixed/pkg-plist index 272069541de7..ad95e668fdc2 100644 --- a/devel/p5-Getopt-Mixed/pkg-plist +++ b/devel/p5-Getopt-Mixed/pkg-plist @@ -2,4 +2,5 @@ %%SITE_PERL%%/Getopt/Mixed.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Mixed @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mixed 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Getopt 2>/dev/null || true |