summaryrefslogtreecommitdiff
path: root/audio/mad/pkg-plist
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-07-08 19:33:27 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-07-08 19:33:27 +0000
commit2bf5f86ca2f657b56c6f23152e9c870b36ddef4b (patch)
tree3116a0f2bdf1813475b0f36b41b1378f313373a8 /audio/mad/pkg-plist
parentFor make(1) on RELENG_4. (diff)
o Fix a malloc definition conflict in -STABLE [1]. configure script
believed that mmap was not defined. The "workaround" involves USE_AUTOCONF which invokes latest autoconf 2.53 (detection macros look safer) [2] o Fix a weird side-effect of aforementioned fix o Safer PLIST Submitted by: naddy [2], Andy Sparrow <spadger@best.com> [1] Reviewed by: rone@ennui.org, FreeBSD-ports Approved by: maintainer
Notes
Notes: svn path=/head/; revision=62670
Diffstat (limited to 'audio/mad/pkg-plist')
-rw-r--r--audio/mad/pkg-plist10
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/mad/pkg-plist b/audio/mad/pkg-plist
index bad3266e46a0..ff40965d5e29 100644
--- a/audio/mad/pkg-plist
+++ b/audio/mad/pkg-plist
@@ -14,3 +14,13 @@ share/locale/es/LC_MESSAGES/mad.mo
share/locale/fr/LC_MESSAGES/mad.mo
share/locale/hr/LC_MESSAGES/mad.mo
share/locale/no/LC_MESSAGES/mad.mo
+@exec rmdir %D/share/locale/no/LC_MESSAGES 2>/dev/null || true
+@exec rmdir %D/share/locale/no 2>/dev/null || true
+@exec rmdir %D/share/locale/hr/LC_MESSAGES 2>/dev/null || true
+@exec rmdir %D/share/locale/hr 2>/dev/null || true
+@exec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true
+@exec rmdir %D/share/locale/fr 2>/dev/null || true
+@exec rmdir %D/share/locale/es/LC_MESSAGES 2>/dev/null || true
+@exec rmdir %D/share/locale/es 2>/dev/null || true
+@exec rmdir %D/share/locale/en/LC_MESSAGES 2>/dev/null || true
+@exec rmdir %D/share/locale/en 2>/dev/null || true