summaryrefslogtreecommitdiff
path: root/comms/java-commapi
diff options
context:
space:
mode:
authorHerve Quiroz <hq@FreeBSD.org>2006-09-06 22:24:22 +0000
committerHerve Quiroz <hq@FreeBSD.org>2006-09-06 22:24:22 +0000
commitf1256ca9f99ed65d3b8aa7c5cc3db9a65a7616e8 (patch)
treee69dab9956356e664e292f587b9a89c75ea8ff2d /comms/java-commapi
parentUpdate to 2.1 (diff)
- Update to bsd.java.mk 2.0
- Some portlint fixes PR: 102195 Submitted by: hq Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=172430
Diffstat (limited to 'comms/java-commapi')
-rw-r--r--comms/java-commapi/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/comms/java-commapi/Makefile b/comms/java-commapi/Makefile
index 1f32cfc393a2..21db62e5ba0f 100644
--- a/comms/java-commapi/Makefile
+++ b/comms/java-commapi/Makefile
@@ -16,10 +16,11 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= ari.suutari@syncrontech.com
COMMENT= Sun's Java Communications API
-USE_JAVA= 1.3+
+USE_JAVA= yes
+JAVA_VERSION= 1.3+
-NO_CDROM= "Sun has a funky license for this software"
-RESTRICTED= "no commercial use"
+NO_CDROM= Sun has a funky license for this software
+RESTRICTED= no commercial use
NO_BUILD= YES
WRKSRC= ${WRKDIR}/commapi
@@ -32,7 +33,7 @@ DISTPATH= ${DISTDIR}/${DISTFILE}
PLIST_SUB+= JAVA_HOME=${JAVA_HOME:S/${PREFIX}\///}
.if defined(BATCH) || defined(PACKAGE_BUILDING)
-IGNORE= "Should be fetched manually"
+IGNORE= should be fetched manually
.endif
.include <bsd.port.pre.mk>