diff options
-rw-r--r-- | sysutils/dt/Makefile | 4 | ||||
-rw-r--r-- | sysutils/dt/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/dt/Makefile b/sysutils/dt/Makefile index 4913e91e11e..673f4de6162 100644 --- a/sysutils/dt/Makefile +++ b/sysutils/dt/Makefile @@ -8,10 +8,10 @@ PORTNAME= dt PORTVERSION= 15.6 CATEGORIES= sysutils -MASTER_SITES= http://www.bit-net.com/~rmiller/ftp/dt/ +MASTER_SITES= http://home.comcast.net/~SCSIguy/SCSI_FAQ/RMiller_Tools/ftp/dt/ DISTNAME= dt-source -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Data Test Program - disk/tape error diagnostic tool USE_REINPLACE= yes diff --git a/sysutils/dt/pkg-descr b/sysutils/dt/pkg-descr index f62d436b145..3447e48c8fa 100644 --- a/sysutils/dt/pkg-descr +++ b/sysutils/dt/pkg-descr @@ -11,4 +11,4 @@ for any device that allows the standard open, read, write, and close system calls. Special support is necessary for some devices, such as serial lines, for setting up the speed, parity, data bits, etc. -WWW: http://www.bit-net.com/~rmiller/dt.html +WWW: http://www.scsifaq.org/RMiller_Tools/index.html |