diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-04-17 10:42:23 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-04-17 10:42:23 +0000 |
commit | 85c1338e3ddb219fa28d0ab3106436816fcdcd75 (patch) | |
tree | bd0624c6849fdd374edb84a0397a3ca4db0819c5 | |
parent | 9b82acf5d6d80333d2d23870d20cff4c026c661a (diff) | |
download | ports-85c1338e3ddb219fa28d0ab3106436816fcdcd75.tar.gz ports-85c1338e3ddb219fa28d0ab3106436816fcdcd75.zip |
Notes
-rw-r--r-- | chinese/eterm/Makefile | 2 | ||||
-rw-r--r-- | x11/eterm/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chinese/eterm/Makefile b/chinese/eterm/Makefile index 67fb692200aa..8d7a4ad95d0d 100644 --- a/chinese/eterm/Makefile +++ b/chinese/eterm/Makefile @@ -5,7 +5,7 @@ CATEGORIES= chinese MASTERDIR= ${.CURDIR}/../../x11/eterm -MAINTAINER= olgeni@FreeBSD.org +MAINTAINER= enlightenment@FreeBSD.org COMMENT= X11 terminal emulator based on rxvt/xterm that supports traditional Chinese (Big5) EXTRA_PATCHES= ${.CURDIR}/files/extra-patch-configure diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index 3046390fa875..5c90dd983ed1 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -8,7 +8,7 @@ CATEGORIES+= x11 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Eterm-${PORTVERSION} DISTNAME= Eterm-${PORTVERSION} -MAINTAINER?= olgeni@FreeBSD.org +MAINTAINER?= enlightenment@FreeBSD.org COMMENT?= X11 terminal emulator based on rxvt/xterm BUILD_DEPENDS= man2html:${PORTSDIR}/textproc/man2html |