diff options
Diffstat (limited to 'dns')
-rw-r--r-- | dns/ddclient/Makefile | 1 | ||||
-rw-r--r-- | dns/ddclient/files/patch-aa | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index 9beda2aed6f6..7484ae00c5ab 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -7,6 +7,7 @@ PORTNAME= ddclient PORTVERSION= 3.5.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://burry.ca:4141/ddclient/ diff --git a/dns/ddclient/files/patch-aa b/dns/ddclient/files/patch-aa index 3021bd1d926b..b056bf8db657 100644 --- a/dns/ddclient/files/patch-aa +++ b/dns/ddclient/files/patch-aa @@ -13,8 +13,8 @@ my $hostname = hostname(); -my $etc = ($program =~ /test/i) ? './' : '/etc/'; -my $savedir = ($program =~ /test/i) ? 'URL/' : '/tmp/'; -+my $etc = '%%PREFIX%%/etc'; -+my $savedir = (exists($ENV{TMPDIR}) ? "$ENV{TMPDIR}" : "/var/tmp"); ++my $etc = '%%PREFIX%%/etc/'; ++my $savedir = (exists($ENV{TMPDIR}) ? "$ENV{TMPDIR}/" : "/var/tmp/"); my $msgs = ''; my $last_msgs = ''; |