diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-02-09 10:28:53 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-02-09 10:28:53 +0000 |
commit | 41d3d54a7b0384037f3aa79700adb016b4416158 (patch) | |
tree | ffc9290b7c00399d1a6532ebc8211e57597da00f /comms | |
parent | 4c66496991559885e9de2d6dd4699ab6cc9a4d55 (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/sms_client/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/sms_client/Makefile b/comms/sms_client/Makefile index 1b60809d5c55..e1b92f06e2ac 100644 --- a/comms/sms_client/Makefile +++ b/comms/sms_client/Makefile @@ -20,11 +20,12 @@ HAS_CONFIGURE= yes MAN1= sms_client.1 post-configure: - ${SED} -e 's@gcc@${CC}@g' -e 's@-Wall@${CFLAGS} -Wall@g' \ + @${SED} -e 's@gcc@${CC}@g' -e 's@-Wall@${CFLAGS} -Wall@g' \ ${FILESDIR}/Makefile.config > ${WRKSRC}/Makefile.config post-patch: - ${MV} ${WRKSRC}/sms/services/vodafone_autralia \ + @${MV} ${WRKSRC}/sms/services/vodafone_autralia \ ${WRKSRC}/sms/services/vodafone_australia + @${RM} ${WRKSRC}/sms/services/att_web.orig .include <bsd.port.mk> |