Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  6 Oct 2006 01:43:28 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/104012: bsd.java.mk - whitespace cleanup
Message-ID:  <20061005154328.9D385160@k7.mavetju>
Resent-Message-ID: <200610051550.k95FoN6C065694@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         104012
>Category:       ports
>Synopsis:       bsd.java.mk - whitespace cleanup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 05 15:50:23 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:56 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386


>Description:

White space police is back in town

>How-To-Repeat:
>Fix:

Index: bsd.java.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.java.mk,v
retrieving revision 1.72
diff -u -r1.72 bsd.java.mk
--- bsd.java.mk	14 Sep 2006 19:54:46 -0000	1.72
+++ bsd.java.mk	5 Oct 2006 15:40:25 -0000
@@ -108,12 +108,12 @@
 #					JDK 1.2 or later, this is ${JAVA_HOME}/jre/lib/rt.jar.
 #					Earlier JDK's use ${JAVA_HOME}/lib/classes.zip.
 #
-# JAVASHAREDIR      The base directory for all shared Java resources.
+# JAVASHAREDIR		The base directory for all shared Java resources.
 #
-# JAVAJARDIR        The directory where a port should install JAR files.
+# JAVAJARDIR		The directory where a port should install JAR files.
 #
-# JAVALIBDIR        The directory where JAR files installed by other ports
-#                   are located.
+# JAVALIBDIR		The directory where JAR files installed by other ports
+#					are located.
 #
 # HAVE_JIKES		Defined and set to "yes" whenever the port will effectively
 #					use Jikes. See stage 6 header for further detail.
@@ -130,7 +130,7 @@
 # Stage 1: Define constants
 # Stage 2: bsd.java.mk 1.0 backward compatibility
 # Stage 3: Determine which JDK ports are installed and which JDK ports are
-#          suitable
+#		   suitable
 # Stage 4: <REMOVED> (merged in stage 3)
 # Stage 5: Decide the exact JDK to use (or install)
 # Stage 6: Add any dependencies if necessary
@@ -146,7 +146,7 @@
 
 # System-global directories
 # NB: If the value of JAVALIBDIR is altered here it must also be altered
-#     in java/javavmwrapper/Makefile.
+#	  in java/javavmwrapper/Makefile.
 JAVASHAREDIR?=	${PREFIX}/share/java
 JAVAJARDIR?=	${JAVASHAREDIR}/classes
 JAVALIBDIR?=	${LOCALBASE}/share/java/classes
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061005154328.9D385160>