diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-07-30 00:32:34 +0800 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-07-30 00:32:34 +0800 |
commit | 98193c263c96048830db8a453a94899dd64cf492 (patch) | |
tree | 22fffa7cabdf95a83f88fab11d94ad9444af0180 | |
parent | eba8075a3259bd16e2c1ec47f89aa49e8a8d475e (diff) | |
download | freebsd-ports-gnome-98193c263c96048830db8a453a94899dd64cf492.tar.gz freebsd-ports-gnome-98193c263c96048830db8a453a94899dd64cf492.tar.zst freebsd-ports-gnome-98193c263c96048830db8a453a94899dd64cf492.zip |
Fix the MASTER_SITE to the canonical locations.
PR: ports/20283
Submitted by: Andreas Schulz <ats@first.gmd.de>
-rw-r--r-- | sysutils/daemontools53/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/daemontools53/Makefile b/sysutils/daemontools53/Makefile index 21e1d4d6502c..f9768232a3af 100644 --- a/sysutils/daemontools53/Makefile +++ b/sysutils/daemontools53/Makefile @@ -8,11 +8,12 @@ PORTNAME= daemontools PORTVERSION= 0.53 CATEGORIES= sysutils -MASTER_SITES= ftp://koobera.math.uic.edu/www/software/ +MASTER_SITES= http://cr.yp.to/daemontools/ \ + ftp://cr.yp.to/daemontools/ MAINTAINER= dom@myrddin.demon.co.uk -NO_PACKAGE= Unsure of djb's license +NO_PACKAGE= Unsure of djb\'s license ALL_TARGET= it man INSTALL_TARGET= setup |