diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-03 11:46:05 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-03 11:46:05 +0000 |
commit | e8ef4a0dcd8bac56a0bdcc55a001b2df2abe4cc1 (patch) | |
tree | 70d4be2a2080d66b13b9e31d55aba72aca86b62b /misc/upclient/files/patch-aa | |
parent | Fix package build. (diff) |
- Fix MASTER_SITES
- Add USE_RC_SUBR
- Update pkg-descr
- Use DOCSDIR
PR: ports/63668
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=102811
Diffstat (limited to 'misc/upclient/files/patch-aa')
-rw-r--r-- | misc/upclient/files/patch-aa | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/misc/upclient/files/patch-aa b/misc/upclient/files/patch-aa index cfd98dfedd47..1fffb067ad8e 100644 --- a/misc/upclient/files/patch-aa +++ b/misc/upclient/files/patch-aa @@ -1,6 +1,12 @@ ---- src/Makefile.orig Wed Dec 18 01:01:16 2002 -+++ src/Makefile Mon Feb 3 20:18:03 2003 -@@ -46,7 +46,7 @@ +--- src/Makefile.orig Tue May 27 09:13:02 2003 ++++ src/Makefile Wed Mar 3 00:41:50 2004 +@@ -41,12 +41,12 @@ + binname = upclient + + # Uptimes Server +-uptimes_server = uptimes.wonko.com ++uptimes_server = uptimes.hostingwired.com + OPTIMIZATION_CFLAGS=-O3 # System directories |