diff options
author | robak <robak@FreeBSD.org> | 2015-07-20 18:46:14 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-07-20 18:46:14 +0800 |
commit | 5917fd5f619b7c45adcb6127cafd11319fd2b137 (patch) | |
tree | f6d2141d71fb0591ca3d15791d7e71dada7d5eea /comms/mlan3 | |
parent | e2577e48fa76d699b263c1db5c57e3eb2113b051 (diff) | |
download | freebsd-ports-gnome-5917fd5f619b7c45adcb6127cafd11319fd2b137.tar.gz freebsd-ports-gnome-5917fd5f619b7c45adcb6127cafd11319fd2b137.tar.zst freebsd-ports-gnome-5917fd5f619b7c45adcb6127cafd11319fd2b137.zip |
comms/mlan3: minor fixes
- Fix missing protocol in MASTER_SITES
- Fix text indentation in pkg-descr
Submitted by: danfe
Approved by: portmgr (blanket)
Diffstat (limited to 'comms/mlan3')
-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 |