diff options
author | skv <skv@FreeBSD.org> | 2004-12-21 18:33:09 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2004-12-21 18:33:09 +0800 |
commit | c01b25ad298c617004bd47cdbf78b0dbaf281be2 (patch) | |
tree | adfa5f38bfcac65e302a11545df3617e3588f1e0 /devel/p5-Getopt-Popt | |
parent | 20d8835624ca2f870f6bf216091f01c279cc7738 (diff) | |
download | freebsd-ports-gnome-c01b25ad298c617004bd47cdbf78b0dbaf281be2.tar.gz freebsd-ports-gnome-c01b25ad298c617004bd47cdbf78b0dbaf281be2.tar.zst freebsd-ports-gnome-c01b25ad298c617004bd47cdbf78b0dbaf281be2.zip |
Fix pkg-plist.
Pointed by: kris
Diffstat (limited to 'devel/p5-Getopt-Popt')
-rw-r--r-- | devel/p5-Getopt-Popt/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Getopt-Popt/pkg-plist b/devel/p5-Getopt-Popt/pkg-plist index f77f37fe451d..306f31361d6c 100644 --- a/devel/p5-Getopt-Popt/pkg-plist +++ b/devel/p5-Getopt-Popt/pkg-plist @@ -4,4 +4,4 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Popt/Popt.so @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Popt @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Getopt 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Getopt 2>/dev/null || true |