Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  6 Oct 2006 02:05:48 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/104017: bsd.lua.mk - whitespace cleanup
Message-ID:  <20061005160548.1905233C@k7.mavetju>
Resent-Message-ID: <200610051610.k95GAN6A067320@freefall.freebsd.org>

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

>Number:         104017
>Category:       ports
>Synopsis:       bsd.lua.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 16:10: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:

The whitespace police is back in town

>How-To-Repeat:
>Fix:

Index: bsd.lua.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.lua.mk,v
retrieving revision 1.1
diff -u -r1.1 bsd.lua.mk
--- bsd.lua.mk	15 Sep 2006 06:57:07 -0000	1.1
+++ bsd.lua.mk	5 Oct 2006 16:04:57 -0000
@@ -76,13 +76,14 @@
 # LUA_INCDIR	- The directory where Lua and tolua header files are installed.
 # LUA_LIBDIR	- The directory where Lua and tolua libraries are installed.
 # LUA_MODLIBDIR	- The directory where Lua modules (.lua) are installed.
-# LUA_MODSHAREDIR	- The directory where Lua module libraries (.so) are
-#					  installed.
-# LUA_PKGNAMEPREFIX	- The package name prefix used by Lua modules.
+# LUA_MODSHAREDIR
+#				- The directory where Lua module libraries (.so) are installed.
+# LUA_PKGNAMEPREFIX
+#				- The package name prefix used by Lua modules.
 #
 # Examples:
 # - A port that needs Lua 4.0 and tolua (also 4.0) libraries (lua for building
-#   and running and tolua for building).
+#	and running and tolua for building).
 #	USE_LUA=	4.0
 #	LUA_COMPS=	lua tolua
 # - A port that needs Ruby bindings for Lua 5.0 for building and running.
@@ -94,7 +95,7 @@
 # - A port that needs Lua version 5.0 or higher for building and running.
 #	USE_LUA=	5.0+
 # - A port that needs Lua of any version other than 5.1 for building and
-#   running.
+#	running.
 #	USE_LUA_NOT=5.1
 #
 
>Release-Note:
>Audit-Trail:
>Unformatted:



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