summaryrefslogtreecommitdiffstats
path: root/java/netbeans4
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-09-03 06:21:24 +0000
committerkris <kris@FreeBSD.org>2006-09-03 06:21:24 +0000
commit635eb2114b8a99cd18ad95353c04deca97391ddc (patch)
tree1791005856840d4f1f115659d88589472df1836a /java/netbeans4
parent6dc367398ff49a0ed37511217eb6a2501ab825fa (diff)
downloadFreeBSD-ports-635eb2114b8a99cd18ad95353c04deca97391ddc.zip
FreeBSD-ports-635eb2114b8a99cd18ad95353c04deca97391ddc.tar.gz
Allow package builds
Diffstat (limited to 'java/netbeans4')
-rw-r--r--java/netbeans4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/netbeans4/Makefile b/java/netbeans4/Makefile
index cfc3acc..3e96230 100644
--- a/java/netbeans4/Makefile
+++ b/java/netbeans4/Makefile
@@ -26,7 +26,7 @@ DOWNLOAD_URL?= http://www.netbeans.info/downloads/download.php?p=1&a=bd&os=1&lan
.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
OpenPOWER on IntegriCloud