diff options
author | marino <marino@FreeBSD.org> | 2014-06-10 07:20:00 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-06-10 07:20:00 +0800 |
commit | d375c4348d5f1af91b7d1c136663a80893a20c46 (patch) | |
tree | 66ff03051316956e466750b81d02afaa843f2708 | |
parent | 5122de71d873f1cca7752dd89b7970bd80629c17 (diff) | |
download | freebsd-ports-gnome-d375c4348d5f1af91b7d1c136663a80893a20c46.tar.gz freebsd-ports-gnome-d375c4348d5f1af91b7d1c136663a80893a20c46.tar.zst freebsd-ports-gnome-d375c4348d5f1af91b7d1c136663a80893a20c46.zip |
net/jicmp6: Fix typo in MAINTAINER
-rw-r--r-- | net/jicmp6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/jicmp6/Makefile b/net/jicmp6/Makefile index f3f70a16dcc0..8c526ff3dabe 100644 --- a/net/jicmp6/Makefile +++ b/net/jicmp6/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 1.2.2 CATEGORIES= net java MASTER_SITES= SF/opennms/JICMP6/stable-1.2 -MAINTAINER= ports@FreeBSD.orig +MAINTAINER= ports@FreeBSD.org COMMENT= Java native interface (JNI) to ICMPv6 USES= libtool |