diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-02-19 00:34:02 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-02-19 00:34:02 +0000 |
commit | 095bbf5aa4f470043c763f27dcc59a241110b358 (patch) | |
tree | a5b56707bb7318c1f5bea073b9940303553b366f /dns | |
parent | 452e58e79747aae3db08d820e0239284ca5c2235 (diff) | |
download | ports-095bbf5aa4f470043c763f27dcc59a241110b358.tar.gz ports-095bbf5aa4f470043c763f27dcc59a241110b358.zip |
Notes
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 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 |