diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-18 14:11:33 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-18 14:11:33 +0000 |
commit | 70e2eaabaedbfe87d4a4dca0ba22277f013db7fb (patch) | |
tree | 3e2f67c46c79873e852361923f2665554251f31b /net | |
parent | a706f57e10f2df5f3f884c7c68b1addc4c66a4aa (diff) | |
download | ports-70e2eaabaedbfe87d4a4dca0ba22277f013db7fb.tar.gz ports-70e2eaabaedbfe87d4a4dca0ba22277f013db7fb.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/netdude/Makefile | 2 | ||||
-rw-r--r-- | net/ptpd2/Makefile | 2 |
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 |