diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-03-13 11:21:25 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-03-13 11:21:25 +0000 |
commit | fecf32ca5294b7c6541d842e25f472d97f333c39 (patch) | |
tree | 46194037b5b345e14139589bddee9f503fb464c1 /java/jsdk | |
parent | ec2fe5b9811f71693d43ef69d501e5d7282049f3 (diff) | |
download | FreeBSD-ports-fecf32ca5294b7c6541d842e25f472d97f333c39.zip FreeBSD-ports-fecf32ca5294b7c6541d842e25f472d97f333c39.tar.gz |
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
Diffstat (limited to 'java/jsdk')
-rw-r--r-- | java/jsdk/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/jsdk/Makefile b/java/jsdk/Makefile index 14373ec..c54f4b0 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} "=========================================================="; \ |