[51070] trunk/dports/games/pennmush/Portfile

blb at macports.org blb at macports.org
Sun May 17 01:07:17 PDT 2009


Revision: 51070
          http://trac.macports.org/changeset/51070
Author:   blb at macports.org
Date:     2009-05-17 01:07:14 -0700 (Sun, 17 May 2009)
Log Message:
-----------
games/pennmush - whitespace changes

Modified Paths:
--------------
    trunk/dports/games/pennmush/Portfile

Modified: trunk/dports/games/pennmush/Portfile
===================================================================
--- trunk/dports/games/pennmush/Portfile	2009-05-17 07:59:01 UTC (rev 51069)
+++ trunk/dports/games/pennmush/Portfile	2009-05-17 08:07:14 UTC (rev 51070)
@@ -1,40 +1,44 @@
 # $Id$
-PortSystem			1.0
 
-name				pennmush
-version				1.8.1p4
-set branch			[join [lrange [split ${version} .] 0 1] .]
-categories			games
-maintainers			nomaintainer
-description			The PennMUSH mud server
-long_description	There are a number of flavors of MUSH server freely \
-available to those who want to run their own MUSHes: TinyMUSH 3.0, \
-TinyMUSH 2.2, TinyMUX 1.6, and PennMUSH 1.7.x. TinyMUSH uses a disk-based \
-database, while PennMUSH keeps its database in the computer's memory \
-(TinyMUX can do either). This makes PennMUSH suitable for computers which \
-have plenty of memory or little disk space. From a user standpoint they \
-offer many similar features and a very similar command parser.
-homepage			http://www.pennmush.org/
+PortSystem          1.0
+name                pennmush
+version             1.8.1p4
+set branch          [join [lrange [split ${version} .] 0 1] .]
+categories          games
+maintainers         nomaintainer
+description         The PennMUSH mud server
+long_description \
+   There are a number of flavors of MUSH server freely available to those \
+   who want to run their own MUSHes: TinyMUSH 3.0, TinyMUSH 2.2, TinyMUX 1.6, \
+   and PennMUSH 1.7.x. TinyMUSH uses a disk-based database, while PennMUSH \
+   keeps its database in the computer's memory (TinyMUX can do either). This \
+   makes PennMUSH suitable for computers which have plenty of memory or \
+   little disk space. From a user standpoint they offer many similar features \
+   and a very similar command parser.
 
-master_sites		http://download.pennmush.org/Source/ \
-					http://download.pennmush.org/Source/oldsrc/${branch}/
-patchfiles			patch-Configure.diff patch-Makefile.SH.diff
-checksums			md5 9078100d019bffa0aac2baeb0fa5f6e4
-distname			pennmush
-distfiles			pennmush-1.8.1p4${extract.suffix}
+homepage            http://www.pennmush.org/
+master_sites        http://download.pennmush.org/Source/ \
+                    http://download.pennmush.org/Source/oldsrc/${branch}/
+distname            pennmush
+distfiles           pennmush-1.8.1p4${extract.suffix}
 
-configure.cmd		sh Configure -d
-configure.pre_args	{}
+checksums           md5 9078100d019bffa0aac2baeb0fa5f6e4
 
-pre-build			{
-	xinstall options.h.dist options.h
-	
-	xinstall game/mushcnf.dst game/mush.cnf
-	xinstall game/aliascnf.dst game/alias.cnf
-	xinstall game/restrictcnf.dst game/restrict.cnf
-	
-	reinplace "s|GAMEDIR=|GAMEDIR=${prefix}/pennmush|g" game/restart
+patchfiles          patch-Configure.diff patch-Makefile.SH.diff
+
+configure.cmd       sh Configure -d
+configure.pre_args  {}
+
+pre-build {
+   xinstall options.h.dist options.h
+
+   xinstall game/mushcnf.dst game/mush.cnf
+   xinstall game/aliascnf.dst game/alias.cnf
+   xinstall game/restrictcnf.dst game/restrict.cnf
+
+   reinplace "s|GAMEDIR=|GAMEDIR=${prefix}/pennmush|g" game/restart
 }
 
-destroot.destdir	GLOBAL_INSTALL=${destroot}${prefix}/pennmush
-destroot.target		globalinstall
+destroot.destdir    GLOBAL_INSTALL=${destroot}${prefix}/pennmush
+destroot.target     globalinstall
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090517/5c4c810f/attachment.html>


More information about the macports-changes mailing list