diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-02-07 12:12:33 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-02-07 12:12:33 +0000 |
commit | 8c7884a00da0315ab4f63032782ac7087ccafc30 (patch) | |
tree | 36b6d3fde95fb3fd19b86ab8d9162449e2165945 /sysutils | |
parent | bbe90ae8693b24a15287e7718d67baf33fe85f3b (diff) | |
download | ports-8c7884a00da0315ab4f63032782ac7087ccafc30.tar.gz ports-8c7884a00da0315ab4f63032782ac7087ccafc30.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/3dm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/3dm/Makefile b/sysutils/3dm/Makefile index 6ae42421fb5c..f8349af7c300 100644 --- a/sysutils/3dm/Makefile +++ b/sysutils/3dm/Makefile @@ -6,14 +6,13 @@ PORTVERSION= 2.11.00.021 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= sysutils -MASTER_SITES= http://www.lsi.com/downloads/Public/SATA/SATA%20Common%20Files/3DM2_CLI-freebsd_10.2.2.1_9.5.5.1.zip?source=1/ +MASTER_SITES= http://www.lsi.com/downloads/Public/RAID%20Controllers/RAID%20Controllers%20Common%20Files/3DM2_CLI-freebsd_10.2.2.1_9.5.5.1.zip?source=1/ DISTFILES= 3DM2_CLI-freebsd_10.2.2.1_9.5.5.1.zip DIST_SUBDIR= 3dm2 MAINTAINER= takefu@airport.fm COMMENT= 3ware RAID controller monitoring daemon and web server -BROKEN= Unfetchable RESTRICTED= Source recipient must acknowledge license. Reproduction or redistribution prohibited. See http://www.lsi.com/Pages/user/eula.aspx FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} |