diff options
author | sat <sat@FreeBSD.org> | 2007-02-19 00:34:02 +0000 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-02-19 00:34:02 +0000 |
commit | 77e08b51b9f6b2d40a7024da09bd9a36b6d95c41 (patch) | |
tree | 7b5fc1ff21fd44a4c1927069475ebf636020557e /dns | |
parent | d8e2e5d9d3d9bb6a9f0f0edd7ac022858816fc7d (diff) | |
download | FreeBSD-ports-77e08b51b9f6b2d40a7024da09bd9a36b6d95c41.zip FreeBSD-ports-77e08b51b9f6b2d40a7024da09bd9a36b6d95c41.tar.gz |
- 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)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/ddclient/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index 73f3277..d8ac924 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 |