aboutsummaryrefslogtreecommitdiffstats
path: root/comms/smstools/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-06-05 16:22:11 +0800
committerpav <pav@FreeBSD.org>2008-06-05 16:22:11 +0800
commita6ba9af3e42fa6ec89038053e87b5d0803473fd2 (patch)
treeec44dd3a5941af042c778baea0fa1e5198dfbb29 /comms/smstools/Makefile
parentd53cdad7f994aa670a440d02016b72b2eb2430b2 (diff)
downloadfreebsd-ports-gnome-a6ba9af3e42fa6ec89038053e87b5d0803473fd2.tar.gz
freebsd-ports-gnome-a6ba9af3e42fa6ec89038053e87b5d0803473fd2.tar.zst
freebsd-ports-gnome-a6ba9af3e42fa6ec89038053e87b5d0803473fd2.zip
- Make fetchable again, distfile repackaged with new website URL
- Finish patching, otherwise it can't find configure file on runtime
Diffstat (limited to 'comms/smstools/Makefile')
-rw-r--r--comms/smstools/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/smstools/Makefile b/comms/smstools/Makefile
index 76a3cf50b2f3..f17042ea7140 100644
--- a/comms/smstools/Makefile
+++ b/comms/smstools/Makefile
@@ -7,8 +7,9 @@
PORTNAME= smstools
PORTVERSION= 2.2.20
+PORTREVISION= 1
CATEGORIES= comms
-MASTER_SITES= http://www.meinemullemaus.de/smstools/packages/
+MASTER_SITES= http://smstools.meinemullemaus.de/packages/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tools to handle Short Message Service
@@ -39,7 +40,7 @@ SCRIPTS= email2sms hex2bin hex2dec mysmsd sendsms sms sms2html \
sms2unicode sms2xml smsevent smsresend sql_demo unicode2sms
post-patch:
- @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/install.sh
+ @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/install.sh ${WRKSRC}/src/smsd_cfg.c
post-install:
.if !defined(NOPORTDOCS)