summaryrefslogtreecommitdiff
path: root/devel/gnu-automake
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-13 05:37:51 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-13 05:37:51 +0000
commitf61fab745f073c8f475b7be0c1fe0a099dec1b95 (patch)
treecd26b8ea4fb1bba3d9b2fbe09d20930f664e4ce9 /devel/gnu-automake
parentRemove, it has been unmaintain for years and now no port depend on it. (diff)
These ports are strange in that they use a non-standard PREFIX. Make sure to
clean up after them. Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=123885
Diffstat (limited to 'devel/gnu-automake')
-rw-r--r--devel/gnu-automake/pkg-plist6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/gnu-automake/pkg-plist b/devel/gnu-automake/pkg-plist
index 1fac27fde5b7..37c424b29c40 100644
--- a/devel/gnu-automake/pkg-plist
+++ b/devel/gnu-automake/pkg-plist
@@ -117,3 +117,9 @@ share/automake-1.8/ylwrap
@dirrm share/automake-1.8/Automake
@dirrm share/automake-1.8
@dirrm share/aclocal-1.8
+@unexec /bin/rmdir %D/share/aclocal 2>/dev/null || /usr/bin/true
+@unexec /bin/rmdir %D/share 2>/dev/null || /usr/bin/true
+@unexec /bin/rmdir %D/lib 2>/dev/null || /usr/bin/true
+@unexec /bin/rmdir %D/include 2>/dev/null || /usr/bin/true
+@unexec /bin/rmdir %D/bin 2>/dev/null || /usr/bin/true
+@unexec /bin/rmdir %D 2>/dev/null || /usr/bin/true