summaryrefslogtreecommitdiff
path: root/www/aria/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/aria/Makefile')
-rw-r--r--www/aria/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/aria/Makefile b/www/aria/Makefile
index 67ab1d8d4468..c37b2a0b1a13 100644
--- a/www/aria/Makefile
+++ b/www/aria/Makefile
@@ -6,12 +6,11 @@
#
PORTNAME= aria
-PORTVERSION= 0.10.1
-PORTREVISION= 1
+PORTVERSION= 0.10.2.t3
CATEGORIES= www
MASTER_SITES= http://rabien.virtualave.net/linux/storage/sources/ \
http://aria.rednoah.com/storage/sources/
-DISTNAME= ${PORTNAME}-0.10.1test21
+DISTNAME= ${PORTNAME}-${PORTVERSION:S/.t/test/}
MAINTAINER= nakai@FreeBSD.org
@@ -19,13 +18,15 @@ USE_BZIP2= yes
USE_GTK= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+ @${PERL} -pi -e 's|^CXXFLAGS.*|CXXFLAGS = \@CXXFLAGS\@|' \
+ ${WRKSRC}/src/Makefile.in
post-install:
.if !defined(NOPORTDOCS)