1
0
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:
Greg Lewis 2003-03-06 05:24:17 +00:00
parent 654c309c6d
commit e9609e8c76
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77021

View File

@ -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