summaryrefslogtreecommitdiff
path: root/net-p2p/azureus2
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-01-20 12:02:43 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-01-20 12:02:43 +0000
commitd50f555ea663a25e0aff11646907ee42a1bb7732 (patch)
tree48fb94094af355d0348a98860bd8992b42f3af23 /net-p2p/azureus2
parent- Update to 0.7 (diff)
o USE_JIKES=no because jikes breaks thee build
o Have restart script use sh instead of bash (wrong path anyway) o Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=126936
Diffstat (limited to 'net-p2p/azureus2')
-rw-r--r--net-p2p/azureus2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-p2p/azureus2/Makefile b/net-p2p/azureus2/Makefile
index e19859afb93a..20df0e4aec5f 100644
--- a/net-p2p/azureus2/Makefile
+++ b/net-p2p/azureus2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= azureus
PORTVERSION= 2.2.0.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -28,7 +28,9 @@ USE_JAVA= yes
JAVA_VERSION= 1.4+
JAVA_OS= native
USE_ANT= yes
+USE_JIKES= no
+USE_REINPLACE= yes
USE_ZIP= yes
NO_WRKSUBDIR= yes
@@ -68,5 +70,9 @@ post-patch:
@${SED} -E \
-e 's|%%CLASSPATH%%|${CLASSPATH}|' \
${FILESDIR}/build.xml > ${WRKSRC}/build.xml
+# bash -> sh
+ @${REINPLACE_CMD} -E \
+ -e 's|/bin/bash|${SH}|' \
+ ${WRKSRC}/com/aelitis/azureus/core/update/impl/AzureusRestarterImpl.java
.include <bsd.port.post.mk>