From 635eb2114b8a99cd18ad95353c04deca97391ddc Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 3 Sep 2006 06:21:24 +0000 Subject: Allow package builds --- java/netbeans/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/netbeans') diff --git a/java/netbeans/Makefile b/java/netbeans/Makefile index 2fc4dcb3a44a..a2daa7fe466b 100644 --- a/java/netbeans/Makefile +++ b/java/netbeans/Makefile @@ -26,7 +26,7 @@ DOWNLOAD_URL?= http://www.netbeans.info/downloads/download.php?type=5.0&p=1&a=bs .include -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) IGNORE= you must manually fetch the source distribution (${DISTFILES}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again .endif -- cgit