diff options
author | pat <pat@FreeBSD.org> | 2001-12-22 10:30:35 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2001-12-22 10:30:35 +0800 |
commit | e6e7f56146e2a915211747cf23de38e673c50ec9 (patch) | |
tree | 3dea7b63cfbd172620afd57042bb9564f5de868e /net/trafshow4/Makefile | |
parent | 4a1c848a4e4b77e33e64a431cf6e27ef7b257db8 (diff) | |
download | freebsd-ports-gnome-e6e7f56146e2a915211747cf23de38e673c50ec9.tar.gz freebsd-ports-gnome-e6e7f56146e2a915211747cf23de38e673c50ec9.tar.zst freebsd-ports-gnome-e6e7f56146e2a915211747cf23de38e673c50ec9.zip |
o Fix broken WWW: location to new one
o Grammar corrections to pkg-descr
o Remove bit about adding BPF devices to kernel,
as these are now included in GENERIC
o Hand maintainer over to submitter
PR: 33078
Submitted by: Ryan Thompson <ryan@sasknow.com>
Diffstat (limited to 'net/trafshow4/Makefile')
-rw-r--r-- | net/trafshow4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/trafshow4/Makefile b/net/trafshow4/Makefile index 91ba4671ba35..5e7da44727ac 100644 --- a/net/trafshow4/Makefile +++ b/net/trafshow4/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.nsk.su/pub/RinetSoftware/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ryan@sasknow.com .include <bsd.port.pre.mk> .if ${OSVERSION} < 400010 |