aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-02-09 10:28:53 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-02-09 10:28:53 +0000
commit41d3d54a7b0384037f3aa79700adb016b4416158 (patch)
treeffc9290b7c00399d1a6532ebc8211e57597da00f /comms
parent4c66496991559885e9de2d6dd4699ab6cc9a4d55 (diff)
downloadports-41d3d54a7b0384037f3aa79700adb016b4416158.tar.gz
ports-41d3d54a7b0384037f3aa79700adb016b4416158.zip
Fix plist
PR: ports/76341 Submitted by: Florent Thoumie
Notes
Notes: svn path=/head/; revision=128359
Diffstat (limited to 'comms')
-rw-r--r--comms/sms_client/Makefile5
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>