most recent changes, diff for hffzip
Index: archivers/hffzip/Portfile
--- archivers/hffzip/Portfile (revision 28969)
+++ archivers/hffzip/Portfile (revision 28970)
@@ -27,9 +27,8 @@
worksrcdir ${name}
post-patch {
- cd ${worksrcpath}
- reinplace -E "/^opzioni/s|\$| ${CFLAGS}|" Makefile
- reinplace -E "/gcc.*${name}/s|\$| ${LDFLAGS}|" Makefile
+ reinplace -E "/^opzioni/s|\$| ${CFLAGS}|" ${worksrcpath}/Makefile
+ reinplace -E "/gcc.*${name}/s|\$| ${LDFLAGS}|" ${worksrcpath}/Makefile
}
use_configure no