aboutsummaryrefslogtreecommitdiff
path: root/textproc/csv2xml
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-14 07:20:07 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-14 07:20:07 +0000
commitea9c0451d31f36b8bf80810d81a99ea11721d32b (patch)
treeffb54130882b2ae8d46f984b176fa8dd3fb27852 /textproc/csv2xml
parent928b99dfab2c9ba8a99f3e9fc46e0e64f28dea3a (diff)
downloadports-ea9c0451d31f36b8bf80810d81a99ea11721d32b.tar.gz
ports-ea9c0451d31f36b8bf80810d81a99ea11721d32b.zip
Notes
Diffstat (limited to 'textproc/csv2xml')
-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>