diff options
author | stas <stas@FreeBSD.org> | 2007-03-11 19:32:10 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-03-11 19:32:10 +0800 |
commit | e68426cd79b08be0d6467174aebc1ffbfba7dd89 (patch) | |
tree | 31b4e35c5d3f0cd19f2abfc7ab20325edec13a7b /lang/embryo | |
parent | d12dc7bb2a89eca32a3b99d28313f46a69f2f337 (diff) | |
download | freebsd-ports-gnome-e68426cd79b08be0d6467174aebc1ffbfba7dd89.tar.gz freebsd-ports-gnome-e68426cd79b08be0d6467174aebc1ffbfba7dd89.tar.zst freebsd-ports-gnome-e68426cd79b08be0d6467174aebc1ffbfba7dd89.zip |
- Don't try to delete unexistent dir.
Diffstat (limited to 'lang/embryo')
-rw-r--r-- | lang/embryo/Makefile | 2 | ||||
-rw-r--r-- | lang/embryo/pkg-plist | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lang/embryo/Makefile b/lang/embryo/Makefile index b12c085a7731..1562d6a23fce 100644 --- a/lang/embryo/Makefile +++ b/lang/embryo/Makefile @@ -7,7 +7,7 @@ PORTNAME= embryo PORTVERSION= 20070223 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ diff --git a/lang/embryo/pkg-plist b/lang/embryo/pkg-plist index d76f0d462b16..f35602942c44 100644 --- a/lang/embryo/pkg-plist +++ b/lang/embryo/pkg-plist @@ -8,5 +8,4 @@ lib/libembryo.so.9 libdata/pkgconfig/embryo.pc %%DATADIR%%/include/default.inc @dirrm %%DATADIR%%/include -@dirrm %%DATADIR%%/examples @dirrm %%DATADIR%% |