aboutsummaryrefslogtreecommitdiffstats
path: root/java/jdk16/Makefile
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2005-04-08 23:33:00 +0800
committerglewis <glewis@FreeBSD.org>2005-04-08 23:33:00 +0800
commitf3e761ae48a430b39e9e1380febb63fbd16045bd (patch)
treeecf3f2371ec96c96c0e392af4cd8df3793aaafc9 /java/jdk16/Makefile
parentf94202ad48f00b39b60dd1c9995e65182260eceb (diff)
downloadfreebsd-ports-gnome-f3e761ae48a430b39e9e1380febb63fbd16045bd.tar.gz
freebsd-ports-gnome-f3e761ae48a430b39e9e1380febb63fbd16045bd.tar.zst
freebsd-ports-gnome-f3e761ae48a430b39e9e1380febb63fbd16045bd.zip
. Bump PORTREVISION, forgotten when doing the fixes prior to the ports
freeze. . Fix a typo and improve some grammar in some user output. Approved by: phantom (maintainer)
Diffstat (limited to 'java/jdk16/Makefile')
-rw-r--r--java/jdk16/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/java/jdk16/Makefile b/java/jdk16/Makefile
index ad0b6d1a873f..b5923da5d899 100644
--- a/java/jdk16/Makefile
+++ b/java/jdk16/Makefile
@@ -7,6 +7,7 @@
PORTNAME= jdk
PORTVERSION= ${JDK_VERSION}p${JDK_PATCHSET_VERSION}
+PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= # http://www.sun.com/software/java2/download.html
# http://www.eyesbeyond.com/freebsddom/java/jdk15.html
@@ -226,10 +227,10 @@ pre-build:
fi
@if [ "`/sbin/mount | grep ^linprocfs`" = "" ]; \
then \
- ${ECHO_MSG} "ERROR: You have to have LINPROCFS mounted before" ; \
- ${ECHO_MSG} "starting to build of native JDK 1.4.2." ; \
+ ${ECHO_MSG} "ERROR: You must have LINPROCFS mounted before" ; \
+ ${ECHO_MSG} "starting to build the native JDK 1.5.0." ; \
${ECHO_MSG} "" ; \
- ${ECHO_MSG} "You may do it by following set of commands:" ; \
+ ${ECHO_MSG} "You may do it with the following commands:" ; \
${ECHO_MSG} "" ; \
${ECHO_MSG} "# kldload linprocfs" ; \
${ECHO_MSG} "" ; \