aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-10-08 15:14:54 +0800
committerbapt <bapt@FreeBSD.org>2014-10-08 15:14:54 +0800
commit2cf87e67a6a4116cca5f69fa730b7291bf343613 (patch)
tree566e521fa439d6758d46f59e789cb4fbf2250e1f /comms
parentf0c8a6257e1cdda0811874ba690fd6cdbeb6bd74 (diff)
downloadfreebsd-ports-gnome-2cf87e67a6a4116cca5f69fa730b7291bf343613.tar.gz
freebsd-ports-gnome-2cf87e67a6a4116cca5f69fa730b7291bf343613.tar.zst
freebsd-ports-gnome-2cf87e67a6a4116cca5f69fa730b7291bf343613.zip
Fix build with gmake 4.1
Diffstat (limited to 'comms')
-rw-r--r--comms/smstools3/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/smstools3/Makefile b/comms/smstools3/Makefile
index ddd7c15c5cef..60b151f0224b 100644
--- a/comms/smstools3/Makefile
+++ b/comms/smstools3/Makefile
@@ -56,6 +56,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
-e 's|%%STAGEDIR%%|${STAGEDIR}|g' \
${WRKSRC}/Makefile ${WRKSRC}/install.sh ${WRKSRC}/src/smsd_cfg.h
+ @${REINPLACE_CMD} -e 's,^override,\toverride,g' ${WRKSRC}/src/Makefile
@${REINPLACE_CMD} -e 's|/dev/ttyS0|${SMSTOOLS_DEFAULT_COMPORT}|g' \
-e 's|%%SMSD_USER%%|${SMSD_USER}|' \
-e 's|%%SMSD_GROUP%%|${SMSD_GROUP}|' \