[28762] trunk/dports/net/rsync-lart/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Sat Sep 8 07:27:27 PDT 2007
Revision: 28762
http://trac.macosforge.org/projects/macports/changeset/28762
Author: blair at macports.org
Date: 2007-09-08 07:27:27 -0700 (Sat, 08 Sep 2007)
Log Message:
-----------
Fix a Portfile error preventing the package from building correctly by
removing an unmatched ' passed to the shell.
Modified Paths:
--------------
trunk/dports/net/rsync-lart/Portfile
Modified: trunk/dports/net/rsync-lart/Portfile
===================================================================
--- trunk/dports/net/rsync-lart/Portfile 2007-09-08 13:59:17 UTC (rev 28761)
+++ trunk/dports/net/rsync-lart/Portfile 2007-09-08 14:27:27 UTC (rev 28762)
@@ -73,7 +73,7 @@
post-patch {
file copy ${portpath}/${filesdir}/copyfile.h ${worksrcpath}
}
- configure.cppflags-append "-I${worksrcpath}'"
+ configure.cppflags-append "-I${worksrcpath}"
}
post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070908/e293e3c5/attachment.html
More information about the macports-changes
mailing list