summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-18 14:11:33 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-18 14:11:33 +0000
commit70e2eaabaedbfe87d4a4dca0ba22277f013db7fb (patch)
tree3e2f67c46c79873e852361923f2665554251f31b /net
parent- Simplify MASTER_SITES (diff)
- No need to specify master site subdirectory when it's the same as default
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=415452
Diffstat (limited to 'net')
-rw-r--r--net/netdude/Makefile2
-rw-r--r--net/ptpd2/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/netdude/Makefile b/net/netdude/Makefile
index 12a26c9d8460..f7826048fee4 100644
--- a/net/netdude/Makefile
+++ b/net/netdude/Makefile
@@ -5,7 +5,7 @@ PORTNAME= netdude
PORTVERSION= 0.5.1
PORTREVISION= 2
CATEGORIES= net
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
+MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= NETwork DUmp data Displayer and Editor for tcpdump tracefiles
diff --git a/net/ptpd2/Makefile b/net/ptpd2/Makefile
index 13920f654bf9..4189ec3a3b88 100644
--- a/net/ptpd2/Makefile
+++ b/net/ptpd2/Makefile
@@ -4,7 +4,7 @@
PORTNAME= ptpd
DISTVERSION= 2.3.1
CATEGORIES= net
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
+MASTER_SITES= SF
PKGNAMESUFFIX= 2
MAINTAINER= skreuzer@FreeBSD.org