View | Details | Raw Unified | Return to bug 28137 | Differences between
and this patch

Collapse All | Expand All

(-)/tmp/Makefile (-1 / +1 lines)
Lines 40-46 Link Here
40
40
41
.for file in ${DISTFILES}
41
.for file in ${DISTFILES}
42
.if !exists(${DISTDIR}/${file})
42
.if !exists(${DISTDIR}/${file})
43
IGNORE=You must manually fetch the Java 2 Development Kit ${JDK_VERSION} for Linux archive (${DISTFILES}) from http://java.sun.com/j2se/1.3/download-linux.html, place it in ${DISTDIR} and then run make again
43
IGNORE=You must manually fetch the Java 2 Development Kit ${JDK_VERSION} for Linux archive (${DISTFILES}) from http://java.sun.com/j2se/1.4/#linux, place it in ${DISTDIR} and then run make again
44
.endif
44
.endif
45
.endfor
45
.endfor

Return to bug 28137