[32854] trunk/dports/devel/poll-emulator/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sun Jan 13 22:07:25 PST 2008
Revision: 32854
http://trac.macosforge.org/projects/macports/changeset/32854
Author: ryandesign at macports.org
Date: 2008-01-13 22:07:24 -0800 (Sun, 13 Jan 2008)
Log Message:
-----------
poll-emulator: no longer use the deprecated 'cd' command
Modified Paths:
--------------
trunk/dports/devel/poll-emulator/Portfile
Modified: trunk/dports/devel/poll-emulator/Portfile
===================================================================
--- trunk/dports/devel/poll-emulator/Portfile 2008-01-14 06:06:58 UTC (rev 32853)
+++ trunk/dports/devel/poll-emulator/Portfile 2008-01-14 06:07:24 UTC (rev 32854)
@@ -15,8 +15,7 @@
configure {}
build.pre_args PREFIX=${prefix}
-destroot { cd ${worksrcpath}
- system "make PREFIX=${destroot}${prefix} install" }
+destroot { system "cd ${worksrcpath} && make PREFIX=${destroot}${prefix} install" }
long_description This package implements the System V poll(2) system call for \
Unix-like systems that do not support poll.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080113/5f9ac868/attachment.html
More information about the macports-changes
mailing list