svn commit: r370419 - head/comms/smstools3

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 8 07:14:55 UTC 2014


Author: bapt
Date: Wed Oct  8 07:14:54 2014
New Revision: 370419
URL: https://svnweb.freebsd.org/changeset/ports/370419
QAT: https://qat.redports.org/buildarchive/r370419/

Log:
  Fix build with gmake 4.1

Modified:
  head/comms/smstools3/Makefile

Modified: head/comms/smstools3/Makefile
==============================================================================
--- head/comms/smstools3/Makefile	Wed Oct  8 06:45:23 2014	(r370418)
+++ head/comms/smstools3/Makefile	Wed Oct  8 07:14:54 2014	(r370419)
@@ -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}|' \


More information about the svn-ports-all mailing list