aboutsummaryrefslogtreecommitdiffstats
path: root/net/openh323/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/openh323/Makefile')
-rw-r--r--net/openh323/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/openh323/Makefile b/net/openh323/Makefile
index 702b9092a2ce..1143703bd2fd 100644
--- a/net/openh323/Makefile
+++ b/net/openh323/Makefile
@@ -50,4 +50,8 @@ CONFIGURE_ARGS+= --enable-localspeex=yes
CFLAGS+= -fPIC
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
+ ${WRKSRC}/configure.ac
+
.include <bsd.port.post.mk>