diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-24 14:46:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-24 14:46:08 +0000 |
commit | 52659bd2f51c463be9cc82f18c82c6578ccdaeb4 (patch) | |
tree | b892dd7f1eb2d21e7308890f18bae9f4f096503f /comms | |
parent | Fix executing pkg-install script during do-install (diff) |
Fix build on current
Notes
Notes:
svn path=/head/; revision=318978
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mlan3/Makefile | 6 | ||||
-rw-r--r-- | comms/mlan3/files/patch-aa | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/comms/mlan3/Makefile b/comms/mlan3/Makefile index 6de86e77ede8..aaaffe30da40 100644 --- a/comms/mlan3/Makefile +++ b/comms/mlan3/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mlan3 -# Date created: January 16, 2002 -# Whom: hm -# +# Created by: hm # $FreeBSD$ -# PORTNAME= mlan3 PORTVERSION= 1.00 diff --git a/comms/mlan3/files/patch-aa b/comms/mlan3/files/patch-aa index 413b8c27a82e..75fe735a11b9 100644 --- a/comms/mlan3/files/patch-aa +++ b/comms/mlan3/files/patch-aa @@ -25,7 +25,7 @@ +CFLAGS= -I. -Wall -I${MLANCOM} +LDADD= -L${MLANLIB} -lmlan +DPADD= ${MLANLIB}/libmlan.a -+NOMAN= 1 ++NO_MAN= 1 +SRCS= ${PROG}.c + +test: ${PROG} |