diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 06:21:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 06:21:24 +0000 |
commit | 8d4dc415b8d9c1049c2779cabc72a4ab49207c70 (patch) | |
tree | 47bffbfc78239cf4c5525b8764b97d3520d7b41d /java/netbeans3 | |
parent | 186f1c7e3a4b7f5a6a1558a8cac28086935f6a81 (diff) |
Allow package builds
Notes
Notes:
svn path=/head/; revision=172020
Diffstat (limited to 'java/netbeans3')
-rw-r--r-- | java/netbeans3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/netbeans3/Makefile b/java/netbeans3/Makefile index 4cce702de5f3..211833779cd3 100644 --- a/java/netbeans3/Makefile +++ b/java/netbeans3/Makefile @@ -26,7 +26,7 @@ DOWNLOAD_URL?= http://www.netbeans.org/download/release36/promoted/FCS/release36 .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 |