summaryrefslogtreecommitdiff
path: root/archivers/rpm5
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-12-28 19:47:56 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-12-28 19:47:56 +0000
commit1ec8e877e8f5c633b780ef56f0af1e0b76cd8511 (patch)
treed3ffc9e5318b41d14fc46846f5303c3f598d7e18 /archivers/rpm5
parent* Update to 0.10 (diff)
. Try to remove ${PREFIX}/src when deinstalling as the port creates this
directory. Submitted by: kris
Notes
Notes: svn path=/head/; revision=125365
Diffstat (limited to 'archivers/rpm5')
-rw-r--r--archivers/rpm5/pkg-plist1
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/rpm5/pkg-plist b/archivers/rpm5/pkg-plist
index f6b8a24e3218..e81fff8b4818 100644
--- a/archivers/rpm5/pkg-plist
+++ b/archivers/rpm5/pkg-plist
@@ -159,5 +159,6 @@ share/locale/zh_CN.GB2312/LC_MESSAGES/rpm.mo
@unexec rmdir %D/src/portbld/RPMS 2>/dev/null || true
@unexec rmdir %D/src/portbld/BUILD 2>/dev/null || true
@unexec rmdir %D/src/portbld 2>/dev/null || true
+@unexec rmdir %D/src 2>/dev/null || true
@unexec rmdir %D/share/locale/en_RN/LC_MESSAGES 2> /dev/null || true
@unexec rmdir %D/share/locale/en_RN 2> /dev/null || true