aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2004-12-10 02:13:01 +0800
committersem <sem@FreeBSD.org>2004-12-10 02:13:01 +0800
commitebc5bca756295b951b934e4388c169ccec8ea36c (patch)
tree78c91f380aa5faf8ff53055a7eb7d732776fa2f4
parent67e61f201559aba17522f3bbb4812d077b0fc11f (diff)
downloadfreebsd-ports-graphics-ebc5bca756295b951b934e4388c169ccec8ea36c.tar.gz
freebsd-ports-graphics-ebc5bca756295b951b934e4388c169ccec8ea36c.tar.zst
freebsd-ports-graphics-ebc5bca756295b951b934e4388c169ccec8ea36c.zip
Fix a problem with the pkg-plist which failed to remove some directories
when the port was deinstalled. PR: ports/74890 Submitted by: maintainer
-rw-r--r--mail/p5-Net-QMTP/pkg-plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/p5-Net-QMTP/pkg-plist b/mail/p5-Net-QMTP/pkg-plist
index 07c14f5a875..e6be8c02dd2 100644
--- a/mail/p5-Net-QMTP/pkg-plist
+++ b/mail/p5-Net-QMTP/pkg-plist
@@ -1,5 +1,5 @@
%%SITE_PERL%%/Net/QMTP.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/QMTP/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/QMTP
-@unexec rmdir %%SITE_PERL%%/Net 2>/dev/null || true
-@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
+@unexec rmdir %%PREFIX%%/%%SITE_PERL%%/Net 2>/dev/null || true
+@unexec rmdir %%PREFIX%%/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true