diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-29 04:59:11 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-29 04:59:11 +0800 |
commit | b7e131bc25053f7271079e2e5560ee81db9f5627 (patch) | |
tree | 22435eba64d4ea3cc510bd8acbd72280b6bdf834 /editors/xed | |
parent | bc63b76b1e311d6a7ce53ea9479e9b0e36e4a1ae (diff) | |
download | freebsd-ports-gnome-b7e131bc25053f7271079e2e5560ee81db9f5627.tar.gz freebsd-ports-gnome-b7e131bc25053f7271079e2e5560ee81db9f5627.tar.zst freebsd-ports-gnome-b7e131bc25053f7271079e2e5560ee81db9f5627.zip |
Convert to USES=imake
While here trim headers and remove indefinite article
Diffstat (limited to 'editors/xed')
-rw-r--r-- | editors/xed/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/editors/xed/Makefile b/editors/xed/Makefile index 00a1dfdb0257..491ad0741280 100644 --- a/editors/xed/Makefile +++ b/editors/xed/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xed -# Date created: 28 Jul 1996 -# Whom: shanee -# +# Created by: shanee # $FreeBSD$ -# PORTNAME= xed PORTVERSION= 1.3 @@ -15,9 +11,9 @@ DISTNAME= ${PORTNAME}${PORTVERSION} EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org -COMMENT= A text editor for X +COMMENT= Text editor for X -USE_IMAKE= yes +USES= imake USE_XORG= xaw MAN1= xed.1 |