[52859] trunk/dports/www/neon/Portfile

dluke at macports.org dluke at macports.org
Wed Jun 24 11:24:56 PDT 2009


Revision: 52859
          http://trac.macports.org/changeset/52859
Author:   dluke at macports.org
Date:     2009-06-24 11:24:55 -0700 (Wed, 24 Jun 2009)
Log Message:
-----------
Pre ryan, unversal_ldflags should be set unconditionally

Modified Paths:
--------------
    trunk/dports/www/neon/Portfile

Modified: trunk/dports/www/neon/Portfile
===================================================================
--- trunk/dports/www/neon/Portfile	2009-06-24 17:50:49 UTC (rev 52858)
+++ trunk/dports/www/neon/Portfile	2009-06-24 18:24:55 UTC (rev 52859)
@@ -60,10 +60,10 @@
 			reinplace "s|${configure.universal_cppflags}||g" \
 				${destroot}${prefix}/bin/neon-config \
 				${destroot}${prefix}/lib/pkgconfig/neon.pc
-			reinplace "s|${configure.universal_ldflags}||g" \
-				${destroot}${prefix}/bin/neon-config \
-				${destroot}${prefix}/lib/pkgconfig/neon.pc
 		}
+		reinplace "s|${configure.universal_ldflags}||g" \
+			${destroot}${prefix}/bin/neon-config \
+			${destroot}${prefix}/lib/pkgconfig/neon.pc
 	}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090624/64b45e41/attachment.html>


More information about the macports-changes mailing list