Revision: 81632 http://trac.macports.org/changeset/81632 Author: jmr@macports.org Date: 2011-08-02 23:20:54 -0700 (Tue, 02 Aug 2011) Log Message: ----------- angband: move addgroup to post-patch Modified Paths: -------------- trunk/dports/games/angband/Portfile Modified: trunk/dports/games/angband/Portfile =================================================================== --- trunk/dports/games/angband/Portfile 2011-08-03 06:18:16 UTC (rev 81631) +++ trunk/dports/games/angband/Portfile 2011-08-03 06:20:54 UTC (rev 81632) @@ -23,12 +23,12 @@ checksums ${name}-${version}.tar.gz md5 4c31b1b3679dff20db6a5fcb182c3e96 extract.only ${name}-${version}.tar.gz -configure.args --with-setgid=games --with-libpath=${prefix}/var/games/angband --bindir=${prefix}/bin --without-x - -pre-configure { +post-patch { addgroup games } +configure.args --with-setgid=games --with-libpath=${prefix}/var/games/angband --bindir=${prefix}/bin --without-x + variant x11 { distfiles-append ${name}-graf.zip:extras checksums-append ${name}-graf.zip md5 488320ea35e3542d959543dd3c0dacec
participants (1)
-
jmr@macports.org