Modified: trunk/dports/kde/kdegames3/Portfile (96120 => 96121)
--- trunk/dports/kde/kdegames3/Portfile 2012-08-01 12:51:55 UTC (rev 96120)
+++ trunk/dports/kde/kdegames3/Portfile 2012-08-01 13:28:12 UTC (rev 96121)
@@ -3,11 +3,13 @@
#Synced with Fink, revision 1.27
PortSystem 1.0
+
name kdegames3
version 3.5.10
revision 1
set kdeadmin kde-admindir-1502
categories kde kde3
+license GPL-2
maintainers nomaintainer
description KDE games. \
NB No KDE sound support.
@@ -36,7 +38,7 @@
extract.only ${distname}.tar.bz2
post-extract { system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -" }
-patchfiles
+patchfiles
patch {
foreach f $patchfiles {
system "cd ${worksrcpath} && sed -e 's,@FINKPREFIX@,${prefix},g' ${filespath}/${f} | patch -p1"