diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-06-18 11:09:50 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-06-18 11:09:50 +0000 |
commit | b5633fdfc89c30d71ff1598d7b6baf771e6543ad (patch) | |
tree | 37d0ee6a0433d7ea582fe09aa7dcf2e411a58ea2 /www/aria2/Makefile | |
parent | 6881e0a29dfca9414bbbd0b42a74c98fd85f67f4 (diff) |
Notes
Diffstat (limited to 'www/aria2/Makefile')
-rw-r--r-- | www/aria2/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile index 3e6a7d0fecbb..97877aa78e8d 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= aria2 -DISTVERSION= 0.5.0+2 +DISTVERSION= 0.5.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -34,7 +34,4 @@ PLIST_FILES= bin/aria2c \ BROKEN= Does not build on 4.x .endif -post-patch: - @${REINPLACE_CMD} -e 's/SA_ONESHOT/SA_RESETHAND/g' ${WRKSRC}/src/main.cc - .include <bsd.port.post.mk> |