summaryrefslogtreecommitdiff
path: root/java/jsdk
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-03-13 11:21:25 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-03-13 11:21:25 +0000
commit2cb43e30fce1cdfa31131bceeb7263fe34d27a3b (patch)
tree8c672257c9d0bd208451a3b292dc9fb453b54271 /java/jsdk
parentUpdate to 2.0.3. (diff)
Don't try to build on bento - due to license issues the port requires from user
to manually fetch distfile from the Sun's site. Submitted by: bento
Notes
Notes: svn path=/head/; revision=39743
Diffstat (limited to 'java/jsdk')
-rw-r--r--java/jsdk/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/jsdk/Makefile b/java/jsdk/Makefile
index 14373ec91371..c54f4b058c60 100644
--- a/java/jsdk/Makefile
+++ b/java/jsdk/Makefile
@@ -21,6 +21,10 @@ RESTRICTED= "no commercial use"
WRKSRC= ${WRKDIR}/JSDK2.0
+.if defined(BATCH) || defined(PACKAGE_BUILDING)
+IGNORE= "Should be fetched manually"
+.endif
+
do-fetch:
@if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \
${ECHO} "=========================================================="; \