diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-07-29 16:32:34 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-07-29 16:32:34 +0000 |
commit | 98193c263c96048830db8a453a94899dd64cf492 (patch) | |
tree | 22fffa7cabdf95a83f88fab11d94ad9444af0180 /sysutils | |
parent | Add the ftp version of the MASTER_SITE, since it is available. (diff) |
Fix the MASTER_SITE to the canonical locations.
PR: ports/20283
Submitted by: Andreas Schulz <ats@first.gmd.de>
Diffstat (limited to 'sysutils')
-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 |