diff options
author | nbm <nbm@FreeBSD.org> | 2000-07-30 00:32:34 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-07-30 00:32:34 +0800 |
commit | e4aa0ac971c169510808ec73321c3326c56645e9 (patch) | |
tree | eebfcf7387bbd576d4b7ef481e2bafe2a1d7676b | |
parent | 67cef7061b33c5fb7c3c803c11149f0777738318 (diff) | |
download | freebsd-ports-gnome-e4aa0ac971c169510808ec73321c3326c56645e9.tar.gz freebsd-ports-gnome-e4aa0ac971c169510808ec73321c3326c56645e9.tar.zst freebsd-ports-gnome-e4aa0ac971c169510808ec73321c3326c56645e9.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 |