most recent changes, diff for csv2xml
Index: textproc/csv2xml/Portfile
--- textproc/csv2xml/Portfile (revision 32648)
+++ textproc/csv2xml/Portfile (revision 32649)
@@ -16,7 +16,6 @@
use_bzip2 yes
configure {
- cd ${worksrcpath}
- reinplace "s|/usr/local|\${DESTDIR}${prefix}|g" src/Makefile
- reinplace "s|/usr/local/man|\${DESTDIR}${prefix}/share/man|g" man/Makefile
+ reinplace "s|/usr/local|\${DESTDIR}${prefix}|g" ${worksrcpath}/src/Makefile
+ reinplace "s|/usr/local/man|\${DESTDIR}${prefix}/share/man|g" ${worksrcpath}/man/Makefile
}