diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2007-03-05 07:47:09 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2007-03-05 07:47:09 +0000 |
commit | e8fa4962cafc4c4a1696e52f7da469c10cc9cab5 (patch) | |
tree | fedcc1f29aaa1c4934c840c09d190d507fd1f183 /java | |
parent | Add rubygem-fastthread 0.6.4.1, optimized replacement for thread.rb (diff) |
Fix typo
Reported by: Portsnap buildbox <cperciva@freebsd.org>
Pointy hat to: glewis
Diffstat (limited to 'java')
-rw-r--r-- | java/diablo-jdk15/Makefile | 2 | ||||
-rw-r--r-- | java/diablo-jre15/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/java/diablo-jdk15/Makefile b/java/diablo-jdk15/Makefile index f6cefb696de5..6fe3908dbb02 100644 --- a/java/diablo-jdk15/Makefile +++ b/java/diablo-jdk15/Makefile @@ -80,7 +80,7 @@ ECHO_MSG=/usr/bin/printf IGNORE= :\n\ Because of licensing restrictions, you must fetch the distribution\n\ manually.\n\n -.if (!exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) +.if (!exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})) IGNORE += Please access\n\ \n\ ${DOWNLOAD_URL}\n\ diff --git a/java/diablo-jre15/Makefile b/java/diablo-jre15/Makefile index 2f255d08c27b..9a28858f67eb 100644 --- a/java/diablo-jre15/Makefile +++ b/java/diablo-jre15/Makefile @@ -80,7 +80,7 @@ ECHO_MSG=/usr/bin/printf IGNORE= :\n\ Because of licensing restrictions, you must fetch the distribution\n\ manually.\n -.if (!exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) +.if (!exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})) IGNORE += Please access\n\ \n\ ${DOWNLOAD_URL}\n\ |