diff options
author | phantom <phantom@FreeBSD.org> | 2003-03-13 19:24:42 +0800 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2003-03-13 19:24:42 +0800 |
commit | a0a03a0b00d30237e40414ba73f1aec3e472df0d (patch) | |
tree | 49d22106ea526f4aebb551700f2d08f7e46bbad6 /java/jdk15 | |
parent | f0584ab7b8ce206144429911ef0ab3eaf3ddb93a (diff) | |
download | freebsd-ports-graphics-a0a03a0b00d30237e40414ba73f1aec3e472df0d.tar.gz freebsd-ports-graphics-a0a03a0b00d30237e40414ba73f1aec3e472df0d.tar.zst freebsd-ports-graphics-a0a03a0b00d30237e40414ba73f1aec3e472df0d.zip |
Add notice about amount of disk space required
Diffstat (limited to 'java/jdk15')
-rw-r--r-- | java/jdk15/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/java/jdk15/Makefile b/java/jdk15/Makefile index 5a2931c0299..dd71c24a66d 100644 --- a/java/jdk15/Makefile +++ b/java/jdk15/Makefile @@ -108,6 +108,15 @@ You must have a version of FreeBSD later than 4.7-STABLE February 2003\n\ or 5-CURRENT February 2003 to compile and use JDK 1.4.1.\n .endif +pre-fetch: + @${ECHO_MSG} + @${ECHO_MSG} "To build JDK 1.4.1 port, you should have at least" + @${ECHO_MSG} "1.5Gb of disk space!" + @${ECHO_MSG} + @${ECHO_MSG} "Please use \`make -DNODEBUG' if you don't want to" + @${ECHO_MSG} "install libraries and binaries with debugging support." + @${ECHO_MSG} + pre-patch: @cd ${WRKDIR} && \ ${GZIP_CMD} -dc ${DISTDIR}/${PATCHSETFILE} | ${TAR} -xf - && \ |