diff options
author | clsung <clsung@FreeBSD.org> | 2005-04-30 10:26:06 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-04-30 10:26:06 +0800 |
commit | bc3115323df034c431873c119abc63aa037099ad (patch) | |
tree | 34cda62c31fcb0e0be44b7ef925b6fe35682953d /devel | |
parent | 30ca4b40b899c791b36798f2812985e69a8f0ea9 (diff) | |
download | freebsd-ports-gnome-bc3115323df034c431873c119abc63aa037099ad.tar.gz freebsd-ports-gnome-bc3115323df034c431873c119abc63aa037099ad.tar.zst freebsd-ports-gnome-bc3115323df034c431873c119abc63aa037099ad.zip |
- s/SITe/SITE/g pkg-plist
Noted by: krismail
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Log-Accounting-SVK/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Log-Accounting-SVK/pkg-plist b/devel/p5-Log-Accounting-SVK/pkg-plist index d67bcfde919b..56f18b581947 100644 --- a/devel/p5-Log-Accounting-SVK/pkg-plist +++ b/devel/p5-Log-Accounting-SVK/pkg-plist @@ -4,5 +4,5 @@ bin/svk-accounting.pl @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Accounting/SVK @unexec rmdir %D/%%SITE_PERL%%/Log/Accounting 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Log 2>/dev/null || true -@unexec rmdir %D/%%SITe_PERL%%/%%PERL_ARCH%%/auto/Log/Accounting 2>/dev/null ||true -@unexec rmdir %D/%%SITe_PERL%%/%%PERL_ARCH%%/auto/Log 2>/dev/null ||true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Accounting 2>/dev/null ||true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log 2>/dev/null ||true |