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/eweather | |
parent | - Fixed pkg-plistĀ½ (diff) |
- Fixed pkg-plist
Reported by: kris
Notes
Notes:
svn path=/head/; revision=123228
Diffstat (limited to 'x11/eweather')
-rw-r--r-- | x11/eweather/Makefile | 2 | ||||
-rw-r--r-- | x11/eweather/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/x11/eweather/Makefile b/x11/eweather/Makefile index e95eaffe839c..24a08c6f7b24 100644 --- a/x11/eweather/Makefile +++ b/x11/eweather/Makefile @@ -7,7 +7,7 @@ PORTNAME= E-Weather PORTVERSION= 0.4b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://streiff.net/software/ diff --git a/x11/eweather/pkg-plist b/x11/eweather/pkg-plist index fa0af4d47852..ed908264dfaf 100644 --- a/x11/eweather/pkg-plist +++ b/x11/eweather/pkg-plist @@ -1,3 +1,4 @@ bin/E-Weather.epplet share/enlightenment/epplet_icons/E-Weather.icon @unexec rmdir %D/share/enlightenment/epplet_icons 2>/dev/null || true +@unexec rmdir %D/share/enlightenment 2>/dev/null || true |