diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-16 20:45:16 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-16 20:45:16 +0000 |
commit | 248bca32f440bb9c7dd04bb94e0316cb18f2961f (patch) | |
tree | 9e615d4c329d8b7caedffc33829bd230e9b32af0 /security/wpa_supplicant/Makefile | |
parent | 41eefa365beaf534823c877c8dca06cf584cb921 (diff) | |
download | ports-248bca32f440bb9c7dd04bb94e0316cb18f2961f.tar.gz ports-248bca32f440bb9c7dd04bb94e0316cb18f2961f.zip |
Notes
Diffstat (limited to 'security/wpa_supplicant/Makefile')
-rw-r--r-- | security/wpa_supplicant/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/security/wpa_supplicant/Makefile b/security/wpa_supplicant/Makefile index ffdc0c6c7842..408dac74b8a8 100644 --- a/security/wpa_supplicant/Makefile +++ b/security/wpa_supplicant/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= wpa_supplicant -PORTVERSION= 2.3 -PORTREVISION= 3 +PORTVERSION= 2.4 CATEGORIES= security net MASTER_SITES= http://w1.fi/releases/ @@ -17,10 +16,6 @@ CFLAGS+= ${CPPFLAGS} # USES=readline only augments CPPFLAGS and LDFLAGS LDFLAGS= -lutil SUB_FILES= pkg-message -PLIST_FILES= sbin/wpa_supplicant \ - sbin/wpa_passphrase \ - sbin/wpa_cli \ - "@sample etc/wpa_supplicant.conf.sample" PORTDOCS= README ChangeLog CFG= ${BUILD_WRKSRC}/.config |