summaryrefslogtreecommitdiff
path: root/comms/sms_client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/sms_client/Makefile')
-rw-r--r--comms/sms_client/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/comms/sms_client/Makefile b/comms/sms_client/Makefile
index 7ef4c1556a5c..ac14284bd235 100644
--- a/comms/sms_client/Makefile
+++ b/comms/sms_client/Makefile
@@ -5,10 +5,11 @@
# $FreeBSD$
#
-PORTNAME= sms_client
+PORTNAME= sms_client
PORTVERSION= 3.0.2
-CATEGORIES= comms
-MASTER_SITES= http://www.styx.demon.co.uk/archive/
+PORTREVISION= 1
+CATEGORIES= comms
+MASTER_SITES= http://www.styx.demon.co.uk/archive/
MAINTAINER= ports@FreeBSD.org
COMMENT= A simple UNIX SMS client to send messages to phones or pagers
@@ -21,4 +22,8 @@ post-configure:
${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 \
+ ${WRKSRC}/sms/services/vodafone_australia
+
.include <bsd.port.mk>