diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2008-03-02 09:57:08 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2008-03-02 09:57:08 +0000 |
commit | 9e4bfc1d241ab43989c157713d9a4a62a3ef0c15 (patch) | |
tree | 6887504a21d86934b1a387ff24b8dc99058a5f2f /www/aria2/Makefile | |
parent | 165567f51b5469848a390167d3d0ac0a8097a7a3 (diff) | |
download | ports-9e4bfc1d241ab43989c157713d9a4a62a3ef0c15.tar.gz ports-9e4bfc1d241ab43989c157713d9a4a62a3ef0c15.zip |
Notes
Diffstat (limited to 'www/aria2/Makefile')
-rw-r--r-- | www/aria2/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile index b819abf8d32d..b637f7c01751 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -6,9 +6,10 @@ # PORTNAME= aria2 -DISTVERSION= 0.12.1 +DISTVERSION= 0.13.0 CATEGORIES= www MASTER_SITES= SFE +DISTNAME= ${PORTNAME}c-${DISTVERSION} MAINTAINER= infofarmer@FreeBSD.org COMMENT= Yet another download tool @@ -29,12 +30,16 @@ GNU_CONFIGURE= yes .ifdef WITHOUT_NLS CONFIGURE_ARGS+= --disable-nls .else -LINGUAS= ca de es fi fr he it ja nl pt_BR ru sv +LINGUAS= ca de es fi fr he hu id it ja nl nn pl pt_BR ru sv th .endif PLIST_FILES= bin/aria2c \ ${LINGUAS:S|^|share/locale/|:S|$|/LC_MESSAGES/aria2c.mo|} MAN1= aria2c.1 +post-patch: + @${REINPLACE_CMD} -e '/^install-data-am:/s|install-dist_docDATA||'\ + ${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in + post-configure: @${REINPLACE_CMD} -e '/SETMODE/d' ${WRKSRC}/config.h |