diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-26 18:14:11 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-26 18:14:11 +0000 |
commit | b5ddf004a89c42c0c2bf1e68813c9a142dc882f9 (patch) | |
tree | 9042bfbc651d3d31fadd2b499d16a6aeee6fbc75 /editors/gedit-plugins/Makefile | |
parent | 8a673edee691e5798f23b1617b873a099de26bae (diff) | |
download | ports-b5ddf004a89c42c0c2bf1e68813c9a142dc882f9.tar.gz ports-b5ddf004a89c42c0c2bf1e68813c9a142dc882f9.zip |
Notes
Diffstat (limited to 'editors/gedit-plugins/Makefile')
-rw-r--r-- | editors/gedit-plugins/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile index 30b967751c0e..5a613d44ad66 100644 --- a/editors/gedit-plugins/Makefile +++ b/editors/gedit-plugins/Makefile @@ -52,4 +52,8 @@ CONFIGURE_ARGS+=--disable-python PLIST_SUB+= PYTHON="@comment " .endif +post-patch: + @${REINPLACE_CMD} -e 's| \\t\\r\\n\\f|[:space:]|g' \ + ${WRKSRC}/configure + .include <bsd.port.post.mk> |