. Fix the check for the distribution file existing since it must be
downloaded manually. Pointed out by: pointyhat via kris
This commit is contained in:
parent
02f292a853
commit
2b8ca9868d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139785
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ RESTRICTED= "Redistribution of pre-compiled binaries is not permitted"
|
|||
IGNORE= This port requires perl 5.8 or above.
|
||||
.endif
|
||||
|
||||
.if !exists(${DISTDIR}/${DISTFILE}) && !defined(PACKAGE_BUILDING)
|
||||
IGNORE= Please fetch ${DISTFILE} from http://www.eyesbeyond.com/freebsddom/java/jbootstrap.html and place it in ${DISTDIR}
|
||||
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
|
||||
IGNORE= Please fetch ${DISTNAME}${EXTRACT_SUFX} from http://www.eyesbeyond.com/freebsddom/java/jbootstrap.html and place it in ${DISTDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue