diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2015-07-20 10:46:14 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2015-07-20 10:46:14 +0000 |
commit | ee61ada77931bec555f7f2e7731e5da592dbde09 (patch) | |
tree | f6d2141d71fb0591ca3d15791d7e71dada7d5eea | |
parent | comms/mlan3: fix BROKEN=unfetchable (diff) |
comms/mlan3: minor fixes
- Fix missing protocol in MASTER_SITES
- Fix text indentation in pkg-descr
Submitted by: danfe
Approved by: portmgr (blanket)
Notes
Notes:
svn path=/head/; revision=392560
-rw-r--r-- | comms/mlan3/Makefile | 2 | ||||
-rw-r--r-- | comms/mlan3/pkg-descr | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/comms/mlan3/Makefile b/comms/mlan3/Makefile index 5c47f16f8734..e06457f8e397 100644 --- a/comms/mlan3/Makefile +++ b/comms/mlan3/Makefile @@ -4,7 +4,7 @@ PORTNAME= mlan3 PORTVERSION= 1.00 CATEGORIES= comms -MASTER_SITES= files.maximintegrated.com/sia_bu/public/ +MASTER_SITES= http://files.maximintegrated.com/sia_bu/public/ DISTNAME= owpd300b MAINTAINER= portmaster@bsdforge.com diff --git a/comms/mlan3/pkg-descr b/comms/mlan3/pkg-descr index 1acf771078f2..4dbed462c61f 100644 --- a/comms/mlan3/pkg-descr +++ b/comms/mlan3/pkg-descr @@ -1,5 +1,4 @@ -A port of Dallas Semiconductors 3.00 beta API for accessing -1-wire LAN devices. Only DS2480 serial port adapters are -supported by this port. +A port of Dallas Semiconductors 3.00 beta API for accessing 1-wire LAN +devices. Only DS2480 serial port adapters are supported by this port. WWW: http://www.maximintegrated.com/en/products/comms/ibutton.html |