diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-24 06:08:09 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-24 06:08:09 +0800 |
commit | 4f4c0938008cb093710a76dd0a0901be391191e2 (patch) | |
tree | 12ff48042ef55cd0bd6a957fded05304e8879ccc /www/epiphany-extensions/pkg-plist | |
parent | 624e2a3298c420f6e0749998f618f2f5500d820c (diff) | |
download | marcuscom-ports-4f4c0938008cb093710a76dd0a0901be391191e2.tar marcuscom-ports-4f4c0938008cb093710a76dd0a0901be391191e2.tar.gz marcuscom-ports-4f4c0938008cb093710a76dd0a0901be391191e2.tar.bz2 marcuscom-ports-4f4c0938008cb093710a76dd0a0901be391191e2.tar.lz marcuscom-ports-4f4c0938008cb093710a76dd0a0901be391191e2.tar.xz marcuscom-ports-4f4c0938008cb093710a76dd0a0901be391191e2.tar.zst marcuscom-ports-4f4c0938008cb093710a76dd0a0901be391191e2.zip |
- Use new libtool stuff
- dirrmtry
- USE_GETTEXT
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5741 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany-extensions/pkg-plist')
-rw-r--r-- | www/epiphany-extensions/pkg-plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/epiphany-extensions/pkg-plist b/www/epiphany-extensions/pkg-plist index 52af6cb5c..580220c46 100644 --- a/www/epiphany-extensions/pkg-plist +++ b/www/epiphany-extensions/pkg-plist @@ -79,7 +79,7 @@ share/locale/zh_TW/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo @dirrm share/gnome/epiphany-extensions/xml @dirrm share/gnome/epiphany-extensions/glade @dirrm share/gnome/epiphany-extensions -@unexec rmdir %D/lib/epiphany/%%VERSION%%/extensions 2>/dev/null || true -@unexec rmdir %D/lib/epiphany/%%VERSION%%/plugins 2>/dev/null || true -@unexec rmdir %D/lib/epiphany/%%VERSION%% 2>/dev/null || true -@unexec rmdir %D/lib/epiphany 2>/dev/null || true +@dirrmtry lib/epiphany/%%VERSION%%/extensions +@dirrmtry lib/epiphany/%%VERSION%%/plugins +@dirrmtry lib/epiphany/%%VERSION%% +@dirrmtry lib/epiphany |