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:
parent
3747580b65
commit
2cb43e30fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39743
@ -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} "=========================================================="; \
|
||||
|
Loading…
Reference in New Issue
Block a user