diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-08 01:09:10 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-08 01:09:10 +0000 |
commit | 3b3a7e9ef1d855d9e1968cf180e1447b376f5205 (patch) | |
tree | 704a0488c5057c597586d5d5a9fdaa2fa29f31a3 /sysutils/wait_on | |
parent | 9be7679c88e7be187b6899edeed34deef1ed4657 (diff) | |
download | ports-3b3a7e9ef1d855d9e1968cf180e1447b376f5205.tar.gz ports-3b3a7e9ef1d855d9e1968cf180e1447b376f5205.zip |
Notes
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 |