[29519] trunk/dports/net/openssh/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Wed Sep 26 09:53:11 PDT 2007
Revision: 29519
http://trac.macosforge.org/projects/macports/changeset/29519
Author: yves at macports.org
Date: 2007-09-26 09:53:11 -0700 (Wed, 26 Sep 2007)
Log Message:
-----------
Remove cd command
Modified Paths:
--------------
trunk/dports/net/openssh/Portfile
Modified: trunk/dports/net/openssh/Portfile
===================================================================
--- trunk/dports/net/openssh/Portfile 2007-09-26 16:28:24 UTC (rev 29518)
+++ trunk/dports/net/openssh/Portfile 2007-09-26 16:53:11 UTC (rev 29519)
@@ -83,10 +83,9 @@
# create link to /usr/include/pam because 'security' was renamed to 'pam'
# in OS X.
pre-configure {
- cd ${workpath}
- xinstall -d include
- file delete include/security
- file link -symbolic include/security /usr/include/pam
+ xinstall -d ${workpath}/include
+ file delete ${workpath}/include/security
+ ln -s /usr/include/pam ${workpath}/include/security
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070926/b8e2e545/attachment.html
More information about the macports-changes
mailing list