diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-11-23 00:47:42 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-11-23 00:47:42 +0000 |
commit | ccd17be43cc681a5ac43980c5098459d4fefab02 (patch) | |
tree | 5fb3cd096fbf157bf8c79dd3fdece4f8e226f2ba /net-mgmt/wifimgr | |
parent | 9c08e9ff1399b227608c9f157495a0822ffd4247 (diff) |
Notes
Diffstat (limited to 'net-mgmt/wifimgr')
-rw-r--r-- | net-mgmt/wifimgr/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-mgmt/wifimgr/Makefile b/net-mgmt/wifimgr/Makefile index 305888bf2e7f..e883afb09cfb 100644 --- a/net-mgmt/wifimgr/Makefile +++ b/net-mgmt/wifimgr/Makefile @@ -8,9 +8,7 @@ PORTNAME= wifimgr PORTVERSION= 1.0.1 CATEGORIES= net-mgmt sysutils -MASTER_SITES= http://opal.com/freebsd/ports/net-mgmt/wifimgr/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= ehaupt +MASTER_SITES= http://opal.com/freebsd/ports/net-mgmt/wifimgr/ MAINTAINER= fbsd@opal.com COMMENT= WiFi Networks Manager @@ -22,6 +20,6 @@ INSTALLS_ICONS= yes MAN8= wifimgr.8 -NO_CDROM= uses copyrighted icons +RESTRICTED= uses copyrighted icons .include <bsd.port.mk> |