[19903] trunk/dports/www/php4/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 5 02:57:15 PDT 2006


Revision: 19903
          http://trac.macosforge.org/projects/macports/changeset/19903
Author:   jwa at macports.org
Date:     2006-10-05 02:57:15 -0700 (Thu, 05 Oct 2006)

Log Message:
-----------
Ticket 10683 by mitsu at syntheticzero.com is closed (due to my own typo)

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

Modified: trunk/dports/www/php4/Portfile
===================================================================
--- trunk/dports/www/php4/Portfile	2006-10-05 07:39:21 UTC (rev 19902)
+++ trunk/dports/www/php4/Portfile	2006-10-05 09:57:15 UTC (rev 19903)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 name            php4
 version         4.4.4
-revision        1
+revision        2
 
 categories      lang php www
 maintainers    	jwa at opendarwin.org
@@ -142,9 +142,9 @@
 	pre-configure {
 		file mkdir ${workpath}/pgsql8
 		system "cd ${workpath}/pgsql8 && \
-			ln -sf ${prefix}/include/pgsql8 include && \
-			ln -sf ${prefix}/lib/pgsql8 lib && \
-			ln -sf ${prefix}/lib/pgsql8/bin bin"
+			ln -sf ${prefix}/include/postgresql81 include && \
+			ln -sf ${prefix}/lib/postgresql81 lib && \
+			ln -sf ${prefix}/lib/postgresql81/bin bin"
 	}
 	depends_lib-append	port:postgresql81
 	configure.args-append	--with-pgsql=${workpath}/pgsql8

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061005/c61715ad/attachment.html


More information about the macports-changes mailing list