From fae59e03a34c463003dcb3dc626550a18901e368 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Sun, 15 Jun 2003 05:53:02 +0000 Subject: . Reorder the check for the source and patchset so that the failure messages are produced in the order that they were intended. --- java/jdk12/Makefile | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'java/jdk12') diff --git a/java/jdk12/Makefile b/java/jdk12/Makefile index a11dc38e3d5a..5def629433c3 100644 --- a/java/jdk12/Makefile +++ b/java/jdk12/Makefile @@ -76,6 +76,17 @@ PLIST_SUB+= DEBUG:="" .include +# Check for patchset +.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\ +licensing restrictions you still need to download the\n\ +patchset, ${PATCHSETFILE}, from\n\ +http://www.eyesbeyond.com/freebsddom/java/jdk.html.\n\ +Please place the patchset in ${DISTDIR}.\n +.endif + # Check for JDK sources .if !exists(${DISTDIR}/${SRCFILE}) && !defined(PACKAGE_BUILDING) ECHO_MSG=/usr/bin/printf @@ -90,17 +101,6 @@ download the file \"${SRCFILE}\". Please place this file in\n\ ${DISTDIR}.\n .endif -# Check for patchset -.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\ -licensing restrictions you still need to download the\n\ -patchset, ${PATCHSETFILE}, from\n\ -http://www.eyesbeyond.com/freebsddom/java/jdk.html.\n\ -Please place the patchset in ${DISTDIR}.\n -.endif - pre-patch: @${MKDIR} ${WRKSRC} .for dir in build src ext/i18n/build ext/i18n/src ext/iiimp/build -- cgit v1.2.3