diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-03-04 03:07:17 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-03-04 03:07:17 +0000 |
commit | 64f263db6193795a37096eab9f3279469b04f5ed (patch) | |
tree | a777f02290e536c0258334a534925fd6373c55ba /java/jdk16 | |
parent | 238e8ba9662672050df7f6e4f8ddb74ccf832618 (diff) | |
download | ports-64f263db6193795a37096eab9f3279469b04f5ed.tar.gz ports-64f263db6193795a37096eab9f3279469b04f5ed.zip |
Notes
Diffstat (limited to 'java/jdk16')
-rw-r--r-- | java/jdk16/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jdk16/Makefile b/java/jdk16/Makefile index f32224ec5a7d..034053061605 100644 --- a/java/jdk16/Makefile +++ b/java/jdk16/Makefile @@ -133,7 +133,7 @@ TAR= gtar # Necessary for proper extraction of sources .endif # Check for JDK sources -.if !exists(${DISTDIR}/${SRCFILE}) +.if !exists(${DISTDIR}/${SRCFILE}) && !defined(PACKAGE_BUILDING) ECHO_MSG=/usr/bin/printf IGNORE= :\n\ Because of licensing restrictions, you must fetch the source distribution\n\ @@ -147,7 +147,7 @@ ${DISTDIR}.\n .endif # Check for patchset -.if !exists(${DISTDIR}/${PATCHSETFILE}) +.if !exists(${DISTDIR}/${PATCHSETFILE}) && !defined(PACKAGE_BUILDING) ECHO_MSG=/usr/bin/printf IGNORE= :\n\ The source distribution exists on your system, but due to\n\ |