diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-05-26 00:56:11 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-05-26 00:56:11 +0000 |
commit | dbf766ac28891c7eb76be2d94fa90dbde91e3208 (patch) | |
tree | 9cc3f5127cced4d09872aefb49b4aaed8e713bbf /net-p2p/azureus2/files | |
parent | - Add to 'www' category. (diff) |
- Use SF macro in MASTER_SITES.
- Clean up.
- Don't define unneeded (automatically set) Java variables.
- Use SUB_FILES and SUB_LIST instead of custom target.
PR: ports/112398
Submitted by: alepulver (myself)
Approved by: Robert Noland <rnoland@2hip.net> (maintainer)
Diffstat (limited to 'net-p2p/azureus2/files')
-rw-r--r-- | net-p2p/azureus2/files/azureus.in (renamed from net-p2p/azureus2/files/azureus) | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net-p2p/azureus2/files/azureus b/net-p2p/azureus2/files/azureus.in index 6856237034b0..d5735c81c0f1 100644 --- a/net-p2p/azureus2/files/azureus +++ b/net-p2p/azureus2/files/azureus.in @@ -1,13 +1,10 @@ #!/bin/sh # -# $FreeBSD$ - -export JAVA_VERSION -export JAVA_OS +# $FreeBSD: /tmp/pcvs/ports/net-p2p/azureus2/files/Attic/azureus.in,v 1.1 2007-05-26 00:56:11 alepulver Exp $ # java -JAVA_VERSION="%%JAVA_VERSION%%" -JAVA_OS="%%JAVA_OS%%" +export JAVA_VERSION="%%JAVA_VERSION%%" +export JAVA_OS="%%JAVA_OS%%" ECLIPSE_BASE=%%LOCALBASE%%/eclipse ECLIPSE_SWT_JAR=%%SWTJAR%% |