diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-08 09:09:10 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-08 09:09:10 +0800 |
commit | 3722becf72986030738dbf6ec34281a0553ca9c7 (patch) | |
tree | b5de867a9ca00008f60f0d0998157b76e72f1920 /sysutils/wait_on | |
parent | 3fa1002228e40aa94e8cfaa71b576db9fcc30d52 (diff) | |
download | freebsd-ports-gnome-3722becf72986030738dbf6ec34281a0553ca9c7.tar.gz freebsd-ports-gnome-3722becf72986030738dbf6ec34281a0553ca9c7.tar.zst freebsd-ports-gnome-3722becf72986030738dbf6ec34281a0553ca9c7.zip |
Fix MASTER_SITES
PR: ports/97797
Submitted by: miwi
Approved by: maintainer-timeout, lawrance (mentor, implicit)
Diffstat (limited to 'sysutils/wait_on')
-rw-r--r-- | sysutils/wait_on/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/wait_on/Makefile b/sysutils/wait_on/Makefile index f970046f968c..d624208ca713 100644 --- a/sysutils/wait_on/Makefile +++ b/sysutils/wait_on/Makefile @@ -8,7 +8,8 @@ PORTNAME= wait_on PORTVERSION= 1.1 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/wait_on/ +MASTER_SITES= http://mirror2.unixfreunde.de/ \ + http://freebsd.unixfreunde.de/sources/ MAINTAINER= andrew@ugh.net.au COMMENT= Enable shell scripts to monitor directories for new files |