diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2015-08-09 10:26:02 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2015-08-09 10:26:02 +0000 |
commit | 1dd2dc64302a979ac4bd5378c84a291c890907f1 (patch) | |
tree | 98b9530c982cc4b0519f78bf5d0ae91214ad6e7f /sysutils | |
parent | Fix a typo that made baselibs QA check run twice on some files (diff) |
- replace back-up MASTERSITE with one that actually works [1]
- pet portlint
Submitted by: Sitsofe Wheeler <sits@sucs.org> [1]
MFH: 2 weeks
Notes
Notes:
svn path=/head/; revision=393774
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dt/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sysutils/dt/Makefile b/sysutils/dt/Makefile index a18b9722270f..8137586105fc 100644 --- a/sysutils/dt/Makefile +++ b/sysutils/dt/Makefile @@ -5,18 +5,23 @@ PORTNAME= dt PORTVERSION= 17.07 CATEGORIES= sysutils MASTER_SITES= http://home.comcast.net/~SCSIguy/SCSI_FAQ/RMiller_Tools/ftp/dt/ \ - http://T32.TecNik93.com/FreeBSD/ports/dt/sources/ + http://ionut.tetcu.info/FreeBSD/ports/distfiles/ +#PORTVERSION= 18.32 +#MASTER_SITES= http://www.scsifaq.org/RMiller_Tools/ftp/dt/ \ +# http://dl.dropboxusercontent.com/u/32363629/Datatest/ +#DISTNAME= ${PORTNAME}-source-v${PORTVERSION DISTNAME= ${PORTNAME}-source MAINTAINER= itetcu@FreeBSD.org COMMENT= Data Test Program - disk/tape error diagnostic tool +LICENSE= ISCL + OPTIONS_DEFINE= DOCS WRKSRC= ${WRKDIR}/dt.d MAKEFILE= Makefile.freebsd ALL_TARGET= dt -LICENSE= ISCL PORTDOCS= README.1st ToDoList WhatsNew-* dt-UsersGuide.pdf dt-Overview.txt |