From 2e6ecff829e431e71aa505326ef2b57e11bb364d Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Thu, 9 Dec 2004 18:07:40 +0000 Subject: Fix a problem with the pkg-plist which failed to remove some directories when the port was deinstalled. PR: ports/74891 Submitted by: maintainer --- textproc/p5-Text-Netstring/pkg-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc') diff --git a/textproc/p5-Text-Netstring/pkg-plist b/textproc/p5-Text-Netstring/pkg-plist index 9f13f40b1d5d..b397c58f8775 100644 --- a/textproc/p5-Text-Netstring/pkg-plist +++ b/textproc/p5-Text-Netstring/pkg-plist @@ -1,5 +1,5 @@ %%SITE_PERL%%/Text/Netstring.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Netstring/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Netstring -@unexec rmdir %%SITE_PERL%%/Text 2>/dev/null || true -@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true +@unexec rmdir %%PREFIX%%/%%SITE_PERL%%/Text 2>/dev/null || true +@unexec rmdir %%PREFIX%%/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true -- cgit v1.2.3