diff options
author | kris <kris@FreeBSD.org> | 2006-09-03 14:21:24 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-03 14:21:24 +0800 |
commit | 635eb2114b8a99cd18ad95353c04deca97391ddc (patch) | |
tree | 1791005856840d4f1f115659d88589472df1836a /java/netbeans5 | |
parent | 6dc367398ff49a0ed37511217eb6a2501ab825fa (diff) | |
download | freebsd-ports-gnome-635eb2114b8a99cd18ad95353c04deca97391ddc.tar.gz freebsd-ports-gnome-635eb2114b8a99cd18ad95353c04deca97391ddc.tar.zst freebsd-ports-gnome-635eb2114b8a99cd18ad95353c04deca97391ddc.zip |
Allow package builds
Diffstat (limited to 'java/netbeans5')
-rw-r--r-- | java/netbeans5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/netbeans5/Makefile b/java/netbeans5/Makefile index cfc3acc67d5e..3e9623091a54 100644 --- a/java/netbeans5/Makefile +++ b/java/netbeans5/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 |