Revision: 96121 https://trac.macports.org/changeset/96121 Author: jmr@macports.org Date: 2012-08-01 06:28:12 -0700 (Wed, 01 Aug 2012) Log Message: ----------- kdegames3: license Modified Paths: -------------- trunk/dports/kde/kdegames3/Portfile Modified: trunk/dports/kde/kdegames3/Portfile =================================================================== --- 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"