summaryrefslogtreecommitdiff
path: root/java/netbeans
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-03 06:21:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-03 06:21:24 +0000
commit8d4dc415b8d9c1049c2779cabc72a4ab49207c70 (patch)
tree47bffbfc78239cf4c5525b8764b97d3520d7b41d /java/netbeans
parentBROKEN: Unfetchable (diff)
Allow package builds
Notes
Notes: svn path=/head/; revision=172020
Diffstat (limited to 'java/netbeans')
-rw-r--r--java/netbeans/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <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 source distribution (${DISTFILES}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
.endif