[33067] trunk/dports/sysutils/gnuregex/Portfile
nox at macports.org
nox at macports.org
Thu Jan 17 05:55:11 PST 2008
Revision: 33067
http://trac.macosforge.org/projects/macports/changeset/33067
Author: nox at macports.org
Date: 2008-01-17 05:55:09 -0800 (Thu, 17 Jan 2008)
Log Message:
-----------
gnuregex: Some useless cosmetic changes like removing useless xinstall mode argument.
Modified Paths:
--------------
trunk/dports/sysutils/gnuregex/Portfile
Modified: trunk/dports/sysutils/gnuregex/Portfile
===================================================================
--- trunk/dports/sysutils/gnuregex/Portfile 2008-01-17 13:51:30 UTC (rev 33066)
+++ trunk/dports/sysutils/gnuregex/Portfile 2008-01-17 13:55:09 UTC (rev 33067)
@@ -26,8 +26,8 @@
post-build {
set command "libtool -lSystem -dynamic -install_name ${prefix}/lib/libgnuregex.dylib -o libgnuregex.dylib regex.o"
- ui_info "$command"
- system "cd ${worksrcpath} && $command"
+ ui_debug "$command"
+ system "cd ${worksrcpath} && ${command}"
}
test.run yes
@@ -35,9 +35,8 @@
test.target check
destroot {
- xinstall -m 755 -d ${destroot}${prefix}/include
- xinstall -m 644 ${worksrcpath}/regex.h ${destroot}${prefix}/include/gnuregex.h
- xinstall -m 755 ${worksrcpath}/libgnuregex.dylib ${destroot}${prefix}/lib
+ xinstall -m 0644 ${worksrcpath}/regex.h ${destroot}${prefix}/include/gnuregex.h
+ xinstall ${worksrcpath}/libgnuregex.dylib ${destroot}${prefix}/lib
}
# Newer versions of GNU regex are available in the GNU libc tarball
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080117/daa39511/attachment.html
More information about the macports-changes
mailing list