aboutsummaryrefslogtreecommitdiffstats
path: root/java/jdk15-doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/jdk15-doc/Makefile')
-rw-r--r--java/jdk15-doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jdk15-doc/Makefile b/java/jdk15-doc/Makefile
index 3d7ae690354..5865b17d239 100644
--- a/java/jdk15-doc/Makefile
+++ b/java/jdk15-doc/Makefile
@@ -32,7 +32,7 @@ PORTDOCS= api guide images index.html relnotes tooldocs
.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 ${DISTNAME}${EXTRACT_SUFX} from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
.endif