aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-02-09 18:28:53 +0800
committervs <vs@FreeBSD.org>2005-02-09 18:28:53 +0800
commit139952a0c618d4c8905951b18fb54ca178477892 (patch)
tree4cb9ba0c3316a3411c5c6c19e1bb76f1c25c7949 /comms
parentac38e4725120eeb6be78f3f6574fe3cfda6c6cdc (diff)
downloadfreebsd-ports-graphics-139952a0c618d4c8905951b18fb54ca178477892.tar.gz
freebsd-ports-graphics-139952a0c618d4c8905951b18fb54ca178477892.tar.zst
freebsd-ports-graphics-139952a0c618d4c8905951b18fb54ca178477892.zip
Fix plist
PR: ports/76341 Submitted by: Florent Thoumie
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 1b60809d5c5..e1b92f06e2a 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>