diff options
author | Lars Thegler <lth@FreeBSD.org> | 2004-12-05 12:59:01 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2004-12-05 12:59:01 +0000 |
commit | 804e0b3a4ad50300513cfcf0e1a55b7d6ccc12ee (patch) | |
tree | 974de7408138d63262ba8a66e74f9a7c954db7e9 /x11/efancylauncher | |
parent | - Fixed pkg-plist½ (diff) |
- Fixed pkg-plist
Reported by: kris
Notes
Notes:
svn path=/head/; revision=123228
Diffstat (limited to 'x11/efancylauncher')
-rw-r--r-- | x11/efancylauncher/Makefile | 2 | ||||
-rw-r--r-- | x11/efancylauncher/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/x11/efancylauncher/Makefile b/x11/efancylauncher/Makefile index 9f848524ba2e..6d9e002aa590 100644 --- a/x11/efancylauncher/Makefile +++ b/x11/efancylauncher/Makefile @@ -7,7 +7,7 @@ PORTNAME= E-FancyLauncher PORTVERSION= 0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://user.it.uu.se/~adavid/Epplets/ EXTRACT_SUFX= .tgz diff --git a/x11/efancylauncher/pkg-plist b/x11/efancylauncher/pkg-plist index 637c3e88d254..77838de52772 100644 --- a/x11/efancylauncher/pkg-plist +++ b/x11/efancylauncher/pkg-plist @@ -16,3 +16,4 @@ share/enlightenment/epplet_icons/E-FancyLauncher.icon @dirrm share/enlightenment/epplet_data/E-FancyLauncher/E-FancyLauncher.ABOUT @dirrm share/enlightenment/epplet_data/E-FancyLauncher @unexec rmdir %D/share/enlightenment/epplet_data 2>/dev/null || true +@unexec rmdir %D/share/enlightenment 2>/dev/null || true |