diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2022-10-09 20:45:41 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2022-10-09 20:45:41 +0000 |
commit | f8c2788179d3d3c602c2bf2dbf1240ad2ce50281 (patch) | |
tree | 73f644e2c2ee08494f9154c1980b19862584eaea /net/enet | |
parent | 8f3fbfb5b9c61d03f129690daf644037b54f6870 (diff) | |
download | ports-f8c2788179d3d3c602c2bf2dbf1240ad2ce50281.tar.gz ports-f8c2788179d3d3c602c2bf2dbf1240ad2ce50281.zip |
Diffstat (limited to 'net/enet')
-rw-r--r-- | net/enet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/enet/Makefile b/net/enet/Makefile index b46974c45203..362f843dd14b 100644 --- a/net/enet/Makefile +++ b/net/enet/Makefile @@ -4,7 +4,7 @@ PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= http://enet.bespin.org/download/ -MAINTAINER= nc@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple and robust communication library based on UDP WWW= http://enet.bespin.org/ |