diff options
author | crees <crees@FreeBSD.org> | 2011-06-24 03:16:53 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-06-24 03:16:53 +0800 |
commit | 1814ecb076d37b245f6153c0d92d75e30f3ce47d (patch) | |
tree | 7380a84a61821491c503c7e45cd2f34ff5f15233 /textproc/csv2xml | |
parent | baed997214a8a4581580e033770e572c72b12d8a (diff) | |
download | freebsd-ports-gnome-1814ecb076d37b245f6153c0d92d75e30f3ce47d.tar.gz freebsd-ports-gnome-1814ecb076d37b245f6153c0d92d75e30f3ce47d.tar.zst freebsd-ports-gnome-1814ecb076d37b245f6153c0d92d75e30f3ce47d.zip |
- Stop clobbering CC (should fix clang)
- While here, remove MD5 checksum
PR: ports/158075
Submitted by: Niclas Zeising <niclas.zeising@gmail.com>
Approved by: tabthorpe (co-mentor)
Diffstat (limited to 'textproc/csv2xml')
-rw-r--r-- | textproc/csv2xml/Makefile | 5 | ||||
-rw-r--r-- | textproc/csv2xml/distinfo | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/textproc/csv2xml/Makefile b/textproc/csv2xml/Makefile index f0e7ceb70229..dd97a4a326e8 100644 --- a/textproc/csv2xml/Makefile +++ b/textproc/csv2xml/Makefile @@ -21,6 +21,9 @@ PLIST_FILES= bin/csv2xml MAKE_ARGS= FLAGS="${CXXFLAGS}" post-patch: - @${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/src/Makefile ${WRKSRC}/man/Makefile + @${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' \ + -e 's/^\(COMPILER[^g]*\)g++$$/\1${CXX}/' \ + ${WRKSRC}/src/Makefile \ + ${WRKSRC}/man/Makefile .include <bsd.port.mk> diff --git a/textproc/csv2xml/distinfo b/textproc/csv2xml/distinfo index 0f3eaa2b9c35..2bcb9dcb1970 100644 --- a/textproc/csv2xml/distinfo +++ b/textproc/csv2xml/distinfo @@ -1,3 +1,2 @@ -MD5 (csv2xml-0.6.tar.bz2) = e74f8a18ac03195fc04e802b3a4ec487 SHA256 (csv2xml-0.6.tar.bz2) = ed70d527f118d4ab55eb549aa25210df05f50dade8f7d8c037746d27a16d85bf SIZE (csv2xml-0.6.tar.bz2) = 4913 |