diff options
author | stas <stas@FreeBSD.org> | 2007-03-11 19:20:37 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-03-11 19:20:37 +0800 |
commit | 10d38e5f20d72751447e92bd7e00b2753e4e44a8 (patch) | |
tree | 7bcab38e0f60a7872606c67b2b373954ce25ed55 /x11 | |
parent | dd06c969b17e7ccc72612acd6ae172d698be2e1b (diff) | |
download | freebsd-ports-gnome-10d38e5f20d72751447e92bd7e00b2753e4e44a8.tar.gz freebsd-ports-gnome-10d38e5f20d72751447e92bd7e00b2753e4e44a8.tar.zst freebsd-ports-gnome-10d38e5f20d72751447e92bd7e00b2753e4e44a8.zip |
- Don't try to delete unexistent directories.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ecore/Makefile | 2 | ||||
-rw-r--r-- | x11/ecore/pkg-plist | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/x11/ecore/Makefile b/x11/ecore/Makefile index c5198d789e0c..cf7587bc3aad 100644 --- a/x11/ecore/Makefile +++ b/x11/ecore/Makefile @@ -7,7 +7,7 @@ PORTNAME= ecore PORTVERSION= 20070223 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11 MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ diff --git a/x11/ecore/pkg-plist b/x11/ecore/pkg-plist index 9acdc906fe83..a4a3385f209b 100644 --- a/x11/ecore/pkg-plist +++ b/x11/ecore/pkg-plist @@ -61,7 +61,3 @@ lib/libecore_txt.so.1 %%X11%%lib/libecore_x.so.1 libdata/pkgconfig/ecore.pc share/aclocal/ecore.m4 -@dirrm %%DATADIR%%/pointers -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/fonts -@dirrm %%DATADIR%% |