diff options
author | stas <stas@FreeBSD.org> | 2007-03-11 11:30:49 +0000 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-03-11 11:30:49 +0000 |
commit | d12dc7bb2a89eca32a3b99d28313f46a69f2f337 (patch) | |
tree | 6ff5c2d499a3c761d29f93c8b68afa566171cdaf /graphics/evas/Makefile | |
parent | 10d38e5f20d72751447e92bd7e00b2753e4e44a8 (diff) | |
download | FreeBSD-ports-d12dc7bb2a89eca32a3b99d28313f46a69f2f337.zip FreeBSD-ports-d12dc7bb2a89eca32a3b99d28313f46a69f2f337.tar.gz |
- Don't try to delete unexistent dir.
- Bump portrevision.
Diffstat (limited to 'graphics/evas/Makefile')
-rw-r--r-- | graphics/evas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/evas/Makefile b/graphics/evas/Makefile index 69116d9..af19608 100644 --- a/graphics/evas/Makefile +++ b/graphics/evas/Makefile @@ -7,7 +7,7 @@ PORTNAME= evas PORTVERSION= 20070223 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ |