diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-02-29 04:34:31 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-02-29 04:34:31 +0800 |
commit | d8c4e2467b092097b8fe401da04282db66ff3f4a (patch) | |
tree | 3525b3058dc256376666aa8fc7d022acf3e1de69 /sysutils/dt | |
parent | 9965469db26626835f50b30607fcbe14970c2e79 (diff) | |
download | freebsd-ports-gnome-d8c4e2467b092097b8fe401da04282db66ff3f4a.tar.gz freebsd-ports-gnome-d8c4e2467b092097b8fe401da04282db66ff3f4a.tar.zst freebsd-ports-gnome-d8c4e2467b092097b8fe401da04282db66ff3f4a.zip |
- switch to my @FreeBSD.org address
- mirror the distfile on a second server (the vendor site now caries a WIP
tarball)
Prompted by: ponty via erwin@
Diffstat (limited to 'sysutils/dt')
-rw-r--r-- | sysutils/dt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/dt/Makefile b/sysutils/dt/Makefile index 1eede051f26a..489380d8fcf1 100644 --- a/sysutils/dt/Makefile +++ b/sysutils/dt/Makefile @@ -11,10 +11,11 @@ PORTNAME= dt PORTVERSION= 15.14 CATEGORIES= sysutils MASTER_SITES= http://home.comcast.net/~SCSIguy/SCSI_FAQ/RMiller_Tools/ftp/dt/ \ + http://sce-tindy.tecnik93.com/FreeBSD/ports/dt/sources \ http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/ -DISTNAME= dt-source +DISTNAME= ${PORTNAME}-source -MAINTAINER= itetcu@people.tecnik93.com +MAINTAINER= itetcu@FreeBSD.org COMMENT= Data Test Program - disk/tape error diagnostic tool WRKSRC= ${WRKDIR}/dt.d |