[72569] trunk/dports/textproc/chef/Portfile

jmr at macports.org jmr at macports.org
Thu Oct 21 01:25:45 PDT 2010


Revision: 72569
          http://trac.macports.org/changeset/72569
Author:   jmr at macports.org
Date:     2010-10-21 01:25:40 -0700 (Thu, 21 Oct 2010)
Log Message:
-----------
chef: switch to working master_sites (#26923), use configure.cc, simplify destroot

Modified Paths:
--------------
    trunk/dports/textproc/chef/Portfile

Modified: trunk/dports/textproc/chef/Portfile
===================================================================
--- trunk/dports/textproc/chef/Portfile	2010-10-21 06:58:48 UTC (rev 72568)
+++ trunk/dports/textproc/chef/Portfile	2010-10-21 08:25:40 UTC (rev 72569)
@@ -9,13 +9,12 @@
 description	trunsletes inpoot text intu sveedeesh
 long_description	${description}
 
-master_sites	ftp://tbrowne.best.vwh.net/swedish_chef/
+master_sites	freebsd
 distname	bork
 extract.suffix	.tar.Z
 
 checksums	md5 5194b5a69436b0f90137f957d19d684d
 
 use_configure	no
-build		{ system "cd $worksrcpath && lex chef.x && cc lex.yy.c -ll -o chef" }
-destroot	{ file mkdir ${destroot}${prefix}/bin
-                  system "cd $worksrcpath && install chef ${destroot}${prefix}/bin" }
+build		{ system "cd $worksrcpath && lex chef.x && ${configure.cc} lex.yy.c -ll -o chef" }
+destroot	{ xinstall ${worksrcpath}/chef ${destroot}${prefix}/bin }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101021/2badf020/attachment.html>


More information about the macports-changes mailing list