diff options
Diffstat (limited to 'editors/se/Makefile')
-rw-r--r-- | editors/se/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/editors/se/Makefile b/editors/se/Makefile index 8b89aa223118..b2781aefd633 100644 --- a/editors/se/Makefile +++ b/editors/se/Makefile @@ -5,13 +5,9 @@ PORTVERSION= 3.0.1 CATEGORIES= editors MASTER_SITES= http://se-editor.org/dist/ -MAINTAINER= danilogondolfo@gmail.com +MAINTAINER= danilo@FreeBSD.org COMMENT= Screen oriented version of the classic UNIX text editor ed GNU_CONFIGURE= yes -MAN1= se.1 scriptse.1 -MANCOMPRESSED= no - -NO_STAGE= yes .include <bsd.port.mk> |