diff options
Diffstat (limited to 'comms/mlan/Makefile')
-rw-r--r-- | comms/mlan/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/comms/mlan/Makefile b/comms/mlan/Makefile index 0738e9854156..0ceed10f198f 100644 --- a/comms/mlan/Makefile +++ b/comms/mlan/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mlan -# Date created: 4 January 2000 -# Whom: phk -# +# Created by: phk # $FreeBSD$ -# PORTNAME= mlan PORTVERSION= 1.03 @@ -17,4 +13,5 @@ COMMENT= API for Dallas Semiconductors 1-wire lan devices NO_WRKSUBDIR= yes USE_ZIP= yes +NO_STAGE= yes .include <bsd.port.mk> |