diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nano-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/nano/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/nano-devel/Makefile b/editors/nano-devel/Makefile index 331781087205..a2cad9804df1 100644 --- a/editors/nano-devel/Makefile +++ b/editors/nano-devel/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/ \ PKGNAMESUFFIX= -devel #DISTNAME= nano-${PORTVERSION}pre2 -MAINTAINER= ports@eitanadler.com +MAINTAINER= eadler@freebsd.org COMMENT= Nano's ANOther editor, an enhanced free Pico clone CONFLICTS= nano-2* diff --git a/editors/nano/Makefile b/editors/nano/Makefile index acadf3f5a5e9..a73fb978dac7 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.nano-editor.org/dist/v2.2/ \ ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@eitanadler.com +MAINTAINER= eadler@freebsd.org COMMENT= Nano's ANOther editor, an enhanced free Pico clone GNU_CONFIGURE= yes |