diff options
author | assar <assar@FreeBSD.org> | 2001-09-12 03:42:42 +0000 |
---|---|---|
committer | assar <assar@FreeBSD.org> | 2001-09-12 03:42:42 +0000 |
commit | 4de1ff896fde50b71b354fceab92020341970c52 (patch) | |
tree | c0065cc527bd7260943b6fc7af041794ece4afd7 /net/arla/Makefile | |
parent | ada53a12f8909a59325bff19b4f99ebdc96d699b (diff) | |
download | FreeBSD-ports-4de1ff896fde50b71b354fceab92020341970c52.zip FreeBSD-ports-4de1ff896fde50b71b354fceab92020341970c52.tar.gz |
make sure the removal of cache does not fail if it has not been created.
add a patch from upstream that uses the 4.4 vflush semantics
Diffstat (limited to 'net/arla/Makefile')
-rw-r--r-- | net/arla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index f1b9487..8e9b389 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -7,7 +7,7 @@ PORTNAME= arla PORTVERSION= 0.35.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/ |