From d6894d86d96cc960c508c1088f126b9f7f53ad21 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Thu, 6 Mar 2003 17:43:24 +0000 Subject: . Allow package building on bento to bypass the distfile check. Requested by: kris --- java/linux-ibm-jdk14/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/linux-ibm-jdk14') diff --git a/java/linux-ibm-jdk14/Makefile b/java/linux-ibm-jdk14/Makefile index 20c782f95fea..0f4b38f96e6e 100644 --- a/java/linux-ibm-jdk14/Makefile +++ b/java/linux-ibm-jdk14/Makefile @@ -37,7 +37,7 @@ CPIO?= /usr/bin/cpio .include -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) ECHO_MSG=/usr/bin/printf IGNORE=:\n\ Because of licensing restrictions, you must manually fetch the IBM Java SDK\n\ -- cgit v1.2.3