aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>2000-06-10 18:26:52 +0800
committeralex <alex@FreeBSD.org>2000-06-10 18:26:52 +0800
commit8e86097acdeb074b2f30c1ef043b81bf5c0e8aa6 (patch)
tree433af52e9fadeb3ef719a9bc220a0bd5744acb7b /editors
parent686b143d228cf4658c0b0b21de26cc71379cfb76 (diff)
downloadfreebsd-ports-gnome-8e86097acdeb074b2f30c1ef043b81bf5c0e8aa6.tar.gz
freebsd-ports-gnome-8e86097acdeb074b2f30c1ef043b81bf5c0e8aa6.tar.zst
freebsd-ports-gnome-8e86097acdeb074b2f30c1ef043b81bf5c0e8aa6.zip
Change MAINTAINER: alex@big.endian.de --> alex@FreeBSD.org
Fix one indentation while I'm here.
Diffstat (limited to 'editors')
-rw-r--r--editors/textedit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/textedit/Makefile b/editors/textedit/Makefile
index c879d7ee6b52..6a4118d6c29d 100644
--- a/editors/textedit/Makefile
+++ b/editors/textedit/Makefile
@@ -10,12 +10,12 @@ PORTVERSION= 1.0
CATEGORIES= editors
MASTER_SITES= http://people.FreeBSD.org/~fenner/distfiles/
-MAINTAINER= alex@big.endian.de
+MAINTAINER= alex@FreeBSD.org
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
WRKSRC= ${WRKDIR}/textedit
USE_IMAKE= yes
-MAN1= textedit.1
+MAN1= textedit.1
.include <bsd.port.mk>