aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2009-11-23 08:47:42 +0800
committerehaupt <ehaupt@FreeBSD.org>2009-11-23 08:47:42 +0800
commit8b76a2081d88d232757a786147441dd07d67e209 (patch)
treef0182f7ba74ebc95ed6f1b8cd82299280f920826 /net-mgmt
parent655f28b78bff4ba5d75335299d365cec1d59dc71 (diff)
downloadfreebsd-ports-gnome-8b76a2081d88d232757a786147441dd07d67e209.tar.gz
freebsd-ports-gnome-8b76a2081d88d232757a786147441dd07d67e209.tar.zst
freebsd-ports-gnome-8b76a2081d88d232757a786147441dd07d67e209.zip
Change NO_CDROM to RESTRICTED to be safe. Some points of the icons LICENSE
clause aren't conclusive. Also remove distfile from public mirror. Notified by: portmgr (linimon)
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/wifimgr/Makefile6
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>