diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-04-23 22:12:36 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-04-23 22:12:36 +0000 |
commit | 7e85821fa200414db4952438722722fe02107c48 (patch) | |
tree | b71afef2527699ccf01ec15c6a16cd8f9e85787b /devel/dits/Makefile | |
parent | de021a1e8cec51485f9be1c95565e7c42f0db603 (diff) | |
download | ports-7e85821fa200414db4952438722722fe02107c48.tar.gz ports-7e85821fa200414db4952438722722fe02107c48.zip |
Notes
Diffstat (limited to 'devel/dits/Makefile')
-rw-r--r-- | devel/dits/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/dits/Makefile b/devel/dits/Makefile index 6cbbfdba3e2a..3356ce2bbf29 100644 --- a/devel/dits/Makefile +++ b/devel/dits/Makefile @@ -6,18 +6,18 @@ # PORTNAME= dits -PORTVERSION= 2.2.30 +PORTVERSION= 2.2.34 CATEGORIES= devel -MASTER_SITES= http://vdmvm.org/ \ - http://www.codeconcepts.com/ +MASTER_SITES= http://vdmvm.com/ MAINTAINER= greg@codeconcepts.com COMMENT= A data integrity verifying disk exercising test suite -MAN1= dits.1 GNU_CONFIGURE= yes USE_GMAKE= yes PLIST_FILES= bin/dits +MAN1= dits.1 +MANCOMPRESSED= no .include <bsd.port.mk> |