diff options
author | mat <mat@FreeBSD.org> | 2005-02-12 06:31:00 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2005-02-12 06:31:00 +0800 |
commit | 8645b8f3c31947b843db788f73a74d3d3ecec557 (patch) | |
tree | 260aec9ee9393e6df905e60d1422174deef102e0 | |
parent | 9a9e3cae6a417108b4f97281ad401e83723f5f74 (diff) | |
download | freebsd-ports-gnome-8645b8f3c31947b843db788f73a74d3d3ecec557.tar.gz freebsd-ports-gnome-8645b8f3c31947b843db788f73a74d3d3ecec557.tar.zst freebsd-ports-gnome-8645b8f3c31947b843db788f73a74d3d3ecec557.zip |
fix plist
Reported by: kris via pointyhat
-rw-r--r-- | misc/p5-Net-vCard/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/p5-Net-vCard/pkg-plist b/misc/p5-Net-vCard/pkg-plist index c54c1bc3601d..a8c50603ea83 100644 --- a/misc/p5-Net-vCard/pkg-plist +++ b/misc/p5-Net-vCard/pkg-plist @@ -5,5 +5,5 @@ bin/vCard2label %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/vCard/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/vCard @dirrm %%SITE_PERL%%/Net/vCard -@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true -@unexec rmdir %%SITE_PERL%%/Net 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true |