diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-03-23 01:12:43 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-03-23 01:12:43 +0800 |
commit | 17beac1ccf8518d195641716bef3921a05c527df (patch) | |
tree | ed38fe02fc4d93ad4a343ce2c9cd8cbc42f91b19 /editors | |
parent | 2e9b050f6256a66e02f5966985c42984b9f5302b (diff) | |
download | freebsd-ports-gnome-17beac1ccf8518d195641716bef3921a05c527df.tar.gz freebsd-ports-gnome-17beac1ccf8518d195641716bef3921a05c527df.tar.zst freebsd-ports-gnome-17beac1ccf8518d195641716bef3921a05c527df.zip |
Drop maintainership
PR: 121964
Submitted by: Ryan Thompson <ryan@sasknow.com> (maintainer)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/biew/Makefile | 2 | ||||
-rw-r--r-- | editors/lpe/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile index 1344f9e80b86..48cec8e94b44 100644 --- a/editors/biew/Makefile +++ b/editors/biew/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} -MAINTAINER= ryan@sasknow.com +MAINTAINER= ports@FreeBSD.org COMMENT= Binary vIEWer + editor for binary, hexadecimal and dis-asm modes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g} diff --git a/editors/lpe/Makefile b/editors/lpe/Makefile index 1f49e8999b02..63be4b3db3a0 100644 --- a/editors/lpe/Makefile +++ b/editors/lpe/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.sasknow.com/pub/ \ ftp://ftp.twu.net/users/cdsmith/lpe/ MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ryan@sasknow.com +MAINTAINER= ports@FreeBSD.org COMMENT= A "lightweight programmer's editor" with syntax highlighting LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang |