diff options
Diffstat (limited to 'java/netbeans55/Makefile')
-rw-r--r-- | java/netbeans55/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/netbeans55/Makefile b/java/netbeans55/Makefile index cfc3acc67d5..3e9623091a5 100644 --- a/java/netbeans55/Makefile +++ b/java/netbeans55/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 |