summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-02-19 00:34:02 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-02-19 00:34:02 +0000
commit095bbf5aa4f470043c763f27dcc59a241110b358 (patch)
treea5b56707bb7318c1f5bea073b9940303553b366f /dns
parentUnbreak installation. (diff)
- Create the cache file directly in /var/tmp
PR: ports/109298 Submitted by: Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no> Approved by: Radek Kozlowski (maintainer, implicit)
Notes
Notes: svn path=/head/; revision=185486
Diffstat (limited to 'dns')
-rw-r--r--dns/ddclient/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile
index 73f3277ad6a4..d8ac9243c898 100644
--- a/dns/ddclient/Makefile
+++ b/dns/ddclient/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ddclient
PORTVERSION= 3.7.1
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= SF
@@ -35,7 +36,7 @@ post-patch:
@${REINPLACE_CMD} \
-e 's|/etc/ddclient|${PREFIX}/etc|' \
-e 's|/tmp|/var/tmp|' \
- -e 's|/var/cache/ddclient|/var/tmp/ddclient|' \
+ -e 's|/var/cache/ddclient|/var/tmp|' \
-e '/PATH/s|/etc:/usr/local/lib:||' \
-e 's|/usr.*perl|${PERL}|g' ${WRKSRC}/ddclient