aboutsummaryrefslogtreecommitdiff
path: root/net/echoping
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-27 20:27:42 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-27 20:27:42 +0000
commit13c306d9db888f1595fdd259e07d2f8bcb556095 (patch)
treebc32589081e0655bdaa10cea6f30de95db643a3f /net/echoping
parent96e60dda686452d44d8e558b6254398ebb912362 (diff)
downloadports-13c306d9db888f1595fdd259e07d2f8bcb556095.tar.gz
ports-13c306d9db888f1595fdd259e07d2f8bcb556095.zip
Notes
Diffstat (limited to 'net/echoping')
-rw-r--r--net/echoping/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/echoping/Makefile b/net/echoping/Makefile
index d1aa8775812c..465e936c1708 100644
--- a/net/echoping/Makefile
+++ b/net/echoping/Makefile
@@ -53,4 +53,7 @@ PLIST_SUB+= WITH_PGSQL="@comment "
CONFIGURE_ARGS+=--enable-plugin="${PING_PLUGINS}"
+post-patch:
+ @${FIND} ${WRKSRC} -name configure | ${XARGS} ${REINPLACE_CMD} -e 's|echo aout|echo elf|'
+
.include <bsd.port.post.mk>