diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-06-09 13:41:46 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-06-09 13:41:46 +0800 |
commit | d8a4fa7f9865833eabd50db3fe7ab68df85bc1d2 (patch) | |
tree | b960732c3cdd0619ba9e613023f24de3cc898208 /devel | |
parent | 0832f147d3a8474b7c315da97b052872d4893ff4 (diff) | |
download | freebsd-ports-gnome-d8a4fa7f9865833eabd50db3fe7ab68df85bc1d2.tar.gz freebsd-ports-gnome-d8a4fa7f9865833eabd50db3fe7ab68df85bc1d2.tar.zst freebsd-ports-gnome-d8a4fa7f9865833eabd50db3fe7ab68df85bc1d2.zip |
fix plist
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-POE-Component-Child/pkg-plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-POE-Component-Child/pkg-plist b/devel/p5-POE-Component-Child/pkg-plist index a1b221ff6abd..bd315f4ba863 100644 --- a/devel/p5-POE-Component-Child/pkg-plist +++ b/devel/p5-POE-Component-Child/pkg-plist @@ -1,7 +1,7 @@ %%SITE_PERL%%/POE/Component/Child.pm -%%SITE_PERL%%/mach/auto/POE/Component/Child/.packlist -@dirrm %%SITE_PERL%%/mach/auto/POE/Component/Child +%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Child/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Child @unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/mach/auto/POE/Component 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/mach/auto/POE 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true |