summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2000-06-10 10:26:52 +0000
committerAlexander Langer <alex@FreeBSD.org>2000-06-10 10:26:52 +0000
commit2b805595f8f772af1c82a2110858957ffdabbc2d (patch)
treeaf2be54df1afd8cc68491a9d5c79397ff1549abb /editors
parentChange MAINTAINER: alex@big.endian.de --> alex@FreeBSD.org (diff)
Change MAINTAINER: alex@big.endian.de --> alex@FreeBSD.org
Fix one indentation while I'm here.
Notes
Notes: svn path=/head/; revision=29500
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>