diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2019-10-23 22:54:20 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2019-10-23 22:54:20 +0000 |
commit | 9c613adcd7f297d8626110a074ad7ef18763d17a (patch) | |
tree | baccc54cd7a6323599072de2f9c6e26c7a7f085b | |
parent | a3d741f2e5745eea146b1d1ef40e719e56d4e08e (diff) | |
download | ports-9c613adcd7f297d8626110a074ad7ef18763d17a.tar.gz ports-9c613adcd7f297d8626110a074ad7ef18763d17a.zip |
Notes
-rw-r--r-- | irc/eggdrop-devel/Makefile | 2 | ||||
-rw-r--r-- | irc/eggdrop/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/eggdrop-devel/Makefile b/irc/eggdrop-devel/Makefile index 47c0289df96d..f0122ad7c00c 100644 --- a/irc/eggdrop-devel/Makefile +++ b/irc/eggdrop-devel/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= GH \ http://mirror.shatow.net/freebsd/${PORTNAME}/ PKGNAMESUFFIX= -devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dbaio@FreeBSD.org COMMENT= The most popular open source Internet Relay Chat bot LICENSE= GPLv2 diff --git a/irc/eggdrop/Makefile b/irc/eggdrop/Makefile index 32e46a092884..e158001f9ed9 100644 --- a/irc/eggdrop/Makefile +++ b/irc/eggdrop/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/ DISTNAME= ${PORTNAME}${PORTVERSION} DISTFILES= ${PORTNAME}${PORTVERSION}.tar.bz2 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dbaio@FreeBSD.org COMMENT= The most popular open source Internet Relay Chat bot LICENSE= GPLv2 |