diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-08-26 22:28:39 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-08-26 22:28:39 +0000 |
commit | e84fc3013cd8914a59923c486f46db6faa75c313 (patch) | |
tree | c513d256399bf644230c6b1e2b6d045cc26620d8 /net/ddclient | |
parent | Update to 20010827. (diff) |
Add slashes at the end of directory names to make ddclient actually run.
Notes
Notes:
svn path=/head/; revision=46943
Diffstat (limited to 'net/ddclient')
-rw-r--r-- | net/ddclient/Makefile | 1 | ||||
-rw-r--r-- | net/ddclient/files/patch-aa | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/ddclient/Makefile b/net/ddclient/Makefile index 9beda2aed6f6..7484ae00c5ab 100644 --- a/net/ddclient/Makefile +++ b/net/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/net/ddclient/files/patch-aa b/net/ddclient/files/patch-aa index 3021bd1d926b..b056bf8db657 100644 --- a/net/ddclient/files/patch-aa +++ b/net/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 = ''; |