diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-07-14 15:20:07 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-07-14 15:20:07 +0800 |
commit | 79100fa294e0f952679eec99f6e958cb14c349b8 (patch) | |
tree | 59edccef34f4fd560fe09677834b413f6367b61c /textproc | |
parent | 208296b50406e2a178624036c488f50c86245b29 (diff) | |
download | freebsd-ports-gnome-79100fa294e0f952679eec99f6e958cb14c349b8.tar.gz freebsd-ports-gnome-79100fa294e0f952679eec99f6e958cb14c349b8.tar.zst freebsd-ports-gnome-79100fa294e0f952679eec99f6e958cb14c349b8.zip |
- Fix build with custom PREFIX
- Reported by: QATty
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/csv2xml/Makefile | 3 |
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> |