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/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/pkg-plist')
-rw-r--r-- | www/epiphany/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/epiphany/pkg-plist b/www/epiphany/pkg-plist index 4eb046746..4fdce53e0 100644 --- a/www/epiphany/pkg-plist +++ b/www/epiphany/pkg-plist @@ -236,9 +236,9 @@ share/locale/zh_TW/LC_MESSAGES/epiphany.mo @dirrm share/gnome/epiphany/art @dirrm share/gnome/epiphany @dirrm %%DOCSDIR%% -@unexec rmdir %D/lib/epiphany/%%EPHY_VERSION%%/plugins 2>/dev/null || true -@unexec rmdir %D/lib/epiphany/%%EPHY_VERSION%% 2>/dev/null || true -@unexec rmdir %D/lib/epiphany 2>/dev/null || true +@dirrmtry lib/epiphany/%%EPHY_VERSION%%/plugins +@dirrmtry lib/epiphany/%%EPHY_VERSION%% +@dirrmtry lib/epiphany @dirrm include/epiphany/%%EPHY_VERSION%%/epiphany @dirrm include/epiphany/%%EPHY_VERSION%% @dirrm include/epiphany |