aboutsummaryrefslogtreecommitdiff
path: root/java/j2sdkee13/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/j2sdkee13/Makefile')
-rw-r--r--java/j2sdkee13/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/java/j2sdkee13/Makefile b/java/j2sdkee13/Makefile
index f17be0b1f492..17919c1b2afe 100644
--- a/java/j2sdkee13/Makefile
+++ b/java/j2sdkee13/Makefile
@@ -7,13 +7,13 @@
PORTNAME= j2sdkee
PORTVERSION= 1.3.1
-PORTREVISION= 02
+PORTREVISION= 3
CATEGORIES= java
MASTER_SITES= # http://java.sun.com/j2ee/sdk_1.3/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g}-linux
MAINTAINER= des@freebsd.org
-COMMENT= Java 2 SDK, Enterprise Edition
+COMMENT= Java 2 SDK Enterprise Edition
USE_JAVA= 1.3+
@@ -22,12 +22,12 @@ NO_BUILD= YES
RESTRICTED= "Redistribution is not permitted"
NO_CDROM= "Redistribution is not permitted"
-J2SDKEEVERSION= ${PORTVERSION}_${PORTREVISION}
+J2SDKEEVERSION=${PORTVERSION}_02
DOWNLOAD_URL= http://java.sun.com/j2ee/sdk_1.3/
.include <bsd.port.pre.mk>
-.if !exists(${DISTDIR}/${DISTFILES}) && !defined(PACKAGE_BUILDING)
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
IGNORE= You must manually fetch the Java 2 SDK Enterprise Edition\
${J2SDKEEVERSION} tarball from ${DOWNLOAD_URL}; download\
the \"Linux Install\" into ${DISTDIR} and run ${MAKE} again