Index: Portfile
===================================================================
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/graphics/netpbm/Portfile,v
retrieving revision 1.8
diff -u -d -b -w -r1.8 Portfile
--- Portfile	22 Jun 2005 20:56:43 -0000	1.8
+++ Portfile	31 Jul 2005 23:13:10 -0000
@@ -29,6 +29,14 @@
         sed -e '/@PREFIX@/s@@${prefix}@' >Makefile.config";
 }
 
+platform darwin 8 {
+configure {
+     system "cd ${worksrcpath} &&
+        cat Makefile.config.in ${filespath}/Makefile.config.darwin8 |
+        sed -e '/@PREFIX@/s@@${prefix}@' >Makefile.config";
+}
+}   
+
 build.target    "messages=yes"
 
 destroot {
