diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2004-11-22 00:17:34 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2004-11-22 00:17:34 +0000 |
commit | b16e00a0be988da937d8b19d90441224ebd87af8 (patch) | |
tree | 3a91717950ffd4dc1654c998ce2b50f11d086c37 /net-p2p | |
parent | 1c0f86dbf425a882305bb1040cdcee6fa8da6c6d (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/azureus/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/azureus/files/azureus | 2 | ||||
-rw-r--r-- | net-p2p/azureus2/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/azureus2/files/azureus | 2 | ||||
-rw-r--r-- | net-p2p/vuze/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/vuze/files/azureus | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/net-p2p/azureus/Makefile b/net-p2p/azureus/Makefile index 6c8300618101..f8344843f0c8 100644 --- a/net-p2p/azureus/Makefile +++ b/net-p2p/azureus/Makefile @@ -7,7 +7,7 @@ PORTNAME= azureus PORTVERSION= 2.1.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net-p2p/azureus/files/azureus b/net-p2p/azureus/files/azureus index 8d45e55bbfda..d5c0ffaf198b 100644 --- a/net-p2p/azureus/files/azureus +++ b/net-p2p/azureus/files/azureus @@ -3,7 +3,7 @@ # $FreeBSD$ ECLIPSE_BASE=%%LOCALBASE%%/eclipse -ECLIPSE_SWT=`find "${ECLIPSE_BASE}" -name '*swt.*' -type d | grep -e "plugins/org.eclipse.swt" | head -n 1` +ECLIPSE_SWT=`find "${ECLIPSE_BASE}" -name '*swt.*' -type d | grep -e "plugins/org.eclipse.swt.[motif|gtk]" | head -n 1` ECLIPSE_WS=`echo "${ECLIPSE_SWT}" | sed -e "s+^${ECLIPSE_BASE}/plugins/org.eclipse.swt.++" -e "s+_.*$++"` ECLIPSE_SWT_JAR=${ECLIPSE_SWT}/ws/${ECLIPSE_WS} LIB_PATH=${ECLIPSE_SWT}/os/freebsd/x86/ diff --git a/net-p2p/azureus2/Makefile b/net-p2p/azureus2/Makefile index 6c8300618101..f8344843f0c8 100644 --- a/net-p2p/azureus2/Makefile +++ b/net-p2p/azureus2/Makefile @@ -7,7 +7,7 @@ PORTNAME= azureus PORTVERSION= 2.1.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net-p2p/azureus2/files/azureus b/net-p2p/azureus2/files/azureus index 8d45e55bbfda..d5c0ffaf198b 100644 --- a/net-p2p/azureus2/files/azureus +++ b/net-p2p/azureus2/files/azureus @@ -3,7 +3,7 @@ # $FreeBSD$ ECLIPSE_BASE=%%LOCALBASE%%/eclipse -ECLIPSE_SWT=`find "${ECLIPSE_BASE}" -name '*swt.*' -type d | grep -e "plugins/org.eclipse.swt" | head -n 1` +ECLIPSE_SWT=`find "${ECLIPSE_BASE}" -name '*swt.*' -type d | grep -e "plugins/org.eclipse.swt.[motif|gtk]" | head -n 1` ECLIPSE_WS=`echo "${ECLIPSE_SWT}" | sed -e "s+^${ECLIPSE_BASE}/plugins/org.eclipse.swt.++" -e "s+_.*$++"` ECLIPSE_SWT_JAR=${ECLIPSE_SWT}/ws/${ECLIPSE_WS} LIB_PATH=${ECLIPSE_SWT}/os/freebsd/x86/ diff --git a/net-p2p/vuze/Makefile b/net-p2p/vuze/Makefile index 6c8300618101..f8344843f0c8 100644 --- a/net-p2p/vuze/Makefile +++ b/net-p2p/vuze/Makefile @@ -7,7 +7,7 @@ PORTNAME= azureus PORTVERSION= 2.1.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net-p2p/vuze/files/azureus b/net-p2p/vuze/files/azureus index 8d45e55bbfda..d5c0ffaf198b 100644 --- a/net-p2p/vuze/files/azureus +++ b/net-p2p/vuze/files/azureus @@ -3,7 +3,7 @@ # $FreeBSD$ ECLIPSE_BASE=%%LOCALBASE%%/eclipse -ECLIPSE_SWT=`find "${ECLIPSE_BASE}" -name '*swt.*' -type d | grep -e "plugins/org.eclipse.swt" | head -n 1` +ECLIPSE_SWT=`find "${ECLIPSE_BASE}" -name '*swt.*' -type d | grep -e "plugins/org.eclipse.swt.[motif|gtk]" | head -n 1` ECLIPSE_WS=`echo "${ECLIPSE_SWT}" | sed -e "s+^${ECLIPSE_BASE}/plugins/org.eclipse.swt.++" -e "s+_.*$++"` ECLIPSE_SWT_JAR=${ECLIPSE_SWT}/ws/${ECLIPSE_WS} LIB_PATH=${ECLIPSE_SWT}/os/freebsd/x86/ |