[59479] trunk/dports/games/moria/Portfile

aschenke at macports.org aschenke at macports.org
Thu Oct 15 08:57:55 PDT 2009


Revision: 59479
          http://trac.macports.org/changeset/59479
Author:   aschenke at macports.org
Date:     2009-10-15 08:57:53 -0700 (Thu, 15 Oct 2009)
Log Message:
-----------
fixed hardcoded path and revision

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

Modified: trunk/dports/games/moria/Portfile
===================================================================
--- trunk/dports/games/moria/Portfile	2009-10-15 15:57:08 UTC (rev 59478)
+++ trunk/dports/games/moria/Portfile	2009-10-15 15:57:53 UTC (rev 59479)
@@ -3,7 +3,7 @@
 PortSystem       1.0
 name		     moria
 version		     5.5.2
-revision		 0
+revision		 1
 categories	     games
 platforms	     darwin
 maintainers	     aschenke
@@ -38,7 +38,7 @@
                     reinplace "s|^CC = cc|CC = ${configure.cc}|" ${build.dir}/Makefile
                     
                     reinplace "s|CFLAGS = -O|CFLAGS = -O -I${prefix}/include -I${prefix}/include/ncurses|" ${build.dir}/Makefile
-                    reinplace "s|LFLAGS =|LFLAGS = -L/opt/local/lib|" ${build.dir}/Makefile
+                    reinplace "s|LFLAGS =|LFLAGS = -L${prefix}/lib|" ${build.dir}/Makefile
                     reinplace "s|CURSES = -lcurses -ltermcap|CURSES = -lncurses|" ${build.dir}/Makefile
                     
                     reinplace "s|/home/math/grabiner/moria/files|${prefix}/var/games/moria|" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091015/41e0cbb2/attachment.html>


More information about the macports-changes mailing list