diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-04-12 22:10:43 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-04-12 22:10:43 +0000 |
commit | 7c10e30e3aea97d6b65551065e2fe6d96021f81e (patch) | |
tree | 67a238e44246082feccc9cf2252f74c6c63211d6 /net/ip6_int | |
parent | - Update to 1.3.0 (diff) |
Change my MAINTAINER email address to jylefort@FreeBSD.org
Approved by: adamw (mentor)
Diffstat (limited to 'net/ip6_int')
-rw-r--r-- | net/ip6_int/Makefile | 2 | ||||
-rw-r--r-- | net/ip6_int/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/ip6_int/Makefile b/net/ip6_int/Makefile index 637fb128a104..4deee59aa82a 100644 --- a/net/ip6_int/Makefile +++ b/net/ip6_int/Makefile @@ -13,7 +13,7 @@ DISTNAME= ip6_int EXTRACT_SUFX= # empty EXTRACT_ONLY= # empty -MAINTAINER= jylefort@brutele.be +MAINTAINER= jylefort@FreeBSD.org COMMENT= Convert an IPv4/IPv6 address to an in-addr.arpa/ip6.int PTR value PLIST_FILES= bin/ip6_int diff --git a/net/ip6_int/pkg-descr b/net/ip6_int/pkg-descr index a1c8d76e32af..96df2f225646 100644 --- a/net/ip6_int/pkg-descr +++ b/net/ip6_int/pkg-descr @@ -5,4 +5,4 @@ addresses. If the address is followed by /n, the PTR is truncated to n bits. - Jean-Yves Lefort -jylefort@brutele.be +jylefort@FreeBSD.org |