aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Net-QMTP
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-12-09 18:13:01 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-12-09 18:13:01 +0000
commit9f9178ee21f769bff3f150024dcb224b43dd2c73 (patch)
tree0773a640b509bfebcda25d9f9c4bcbe40925c03f /mail/p5-Net-QMTP
parent2e6ecff829e431e71aa505326ef2b57e11bb364d (diff)
downloadports-9f9178ee21f769bff3f150024dcb224b43dd2c73.tar.gz
ports-9f9178ee21f769bff3f150024dcb224b43dd2c73.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
Notes
Notes: svn path=/head/; revision=123576
Diffstat (limited to 'mail/p5-Net-QMTP')
-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 07c14f5a875c..e6be8c02dd26 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