aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/csv2xml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/csv2xml/Makefile')
-rw-r--r--textproc/csv2xml/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/csv2xml/Makefile b/textproc/csv2xml/Makefile
index f66b5de934c0..0877aadd63e5 100644
--- a/textproc/csv2xml/Makefile
+++ b/textproc/csv2xml/Makefile
@@ -21,4 +21,7 @@ MANCOMPRESSED= yes
PLIST_FILES= bin/csv2xml
MAKE_ARGS= FLAGS="${CXXFLAGS}"
+post-patch:
+ @${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/src/Makefile ${WRKSRC}/man/Makefile
+
.include <bsd.port.mk>