most recent changes, diff for eggdrop
Index: irc/eggdrop/Portfile
--- irc/eggdrop/Portfile (revision 28562)
+++ irc/eggdrop/Portfile (revision 28563)
@@ -18,9 +18,9 @@
post-destroot { system "cd ${destroot}${prefix}/bin/ && rm ../share/eggdrop/eggdrop && ln -s ../share/eggdrop/eggdrop-${version} eggdrop && mv ../share/eggdrop/eggdrop.conf ../share/eggdrop/eggdrop.conf.sample && mv ../share/eggdrop/doc/man1/eggdrop.1 ../share/man/man1"
}
platform darwin 7 {
- configure.env CFLAGS="-DBIND_8_COMPAT"
+ configure.cflags-append "-DBIND_8_COMPAT"
}
platform darwin 8 {
- configure.env CFLAGS="-DBIND_8_COMPAT"
+ configure.cflags-append "-DBIND_8_COMPAT"
}