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
This commit is contained in:
Maxim Sobolev 2001-03-13 11:21:25 +00:00
parent 3747580b65
commit 2cb43e30fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39743

View File

@ -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} "=========================================================="; \