diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-21 02:32:19 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-21 02:32:19 +0800 |
commit | feb3bf8161bb8b564fa1d7f29fef33af0d236838 (patch) | |
tree | 25df5d83feda6ff8ba28c95bb5f5ff2d5ec76fcb /comms | |
parent | 6489a83c6d32043a433a9ad2483aeb57802f03b3 (diff) | |
download | freebsd-ports-gnome-feb3bf8161bb8b564fa1d7f29fef33af0d236838.tar.gz freebsd-ports-gnome-feb3bf8161bb8b564fa1d7f29fef33af0d236838.tar.zst freebsd-ports-gnome-feb3bf8161bb8b564fa1d7f29fef33af0d236838.zip |
- Stage support
- Get rid of infozip dependency
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mlan3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/mlan3/Makefile b/comms/mlan3/Makefile index a25202b5c3e0..c2b724ffd385 100644 --- a/comms/mlan3/Makefile +++ b/comms/mlan3/Makefile @@ -6,12 +6,12 @@ PORTVERSION= 1.00 CATEGORIES= comms MASTER_SITES= ftp://ftp.dalsemi.com/pub/auto_id/public/ DISTNAME= owpd300b +EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= Version 3.00 beta API for Dallas Semiconductors 1-wire lan devices NO_WRKSUBDIR= yes -USE_ZIP= yes +USES= uidfix -NO_STAGE= yes .include <bsd.port.mk> |