mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
. Allow package building on bento to bypass the distfile check.
Requested by: kris
This commit is contained in:
parent
654c309c6d
commit
e9609e8c76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77021
@ -47,7 +47,7 @@ CPIO?= /usr/bin/cpio
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
|
||||
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
|
||||
IGNORE=You must manually fetch the IBM Java SDK ${JDK_VERSION} for Linux archive (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user