diff options
Diffstat (limited to 'java/infobus')
-rw-r--r-- | java/infobus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/infobus/Makefile b/java/infobus/Makefile index 067e02a6240a..fcdd00481d55 100644 --- a/java/infobus/Makefile +++ b/java/infobus/Makefile @@ -23,7 +23,7 @@ PORTDOCS= * .endif .include <bsd.port.pre.mk> -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE= You must manually fetch the distribution from http://java.sun.com/products/archive/javabeans/infobus/downloads.html and place it in ${DISTDIR} then run make again .endif |