svn commit: r321986 - in head/editors: asedit axe xed

Baptiste Daroussin bapt at FreeBSD.org
Fri Jun 28 20:59:12 UTC 2013


Author: bapt
Date: Fri Jun 28 20:59:11 2013
New Revision: 321986
URL: http://svnweb.freebsd.org/changeset/ports/321986

Log:
  Convert to USES=imake
  While here trim headers and remove indefinite article

Modified:
  head/editors/asedit/Makefile
  head/editors/axe/Makefile
  head/editors/xed/Makefile

Modified: head/editors/asedit/Makefile
==============================================================================
--- head/editors/asedit/Makefile	Fri Jun 28 20:56:29 2013	(r321985)
+++ head/editors/asedit/Makefile	Fri Jun 28 20:59:11 2013	(r321986)
@@ -1,10 +1,5 @@
-# New ports collection makefile for:	asedit
-# Date created:				28 Jul 1996
-#
-# Whom:	Andreas Kohout <shanee at augusta.de>
-#
+# Created by: Andreas Kohout <shanee at augusta.de>
 # $FreeBSD$
-#
 
 PORTNAME=	asedit
 PORTVERSION=	1.3.2
@@ -17,8 +12,8 @@ EXTRACT_SUFX=	.tar.Z
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Text editor for X/Motif
 
+USES=		imake
 USE_MOTIF=	yes
-USE_IMAKE=	yes
 USE_XORG=	ice sm x11 xext xmu xp xt
 XMKMF=		xmkmf
 

Modified: head/editors/axe/Makefile
==============================================================================
--- head/editors/axe/Makefile	Fri Jun 28 20:56:29 2013	(r321985)
+++ head/editors/axe/Makefile	Fri Jun 28 20:59:11 2013	(r321986)
@@ -14,7 +14,7 @@ COMMENT=	Simple to use text editor for X
 
 LIB_DEPENDS=	Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 ALL_TARGET=	Xaw3d all
 MAN1=		axe.1 axinfo.1

Modified: head/editors/xed/Makefile
==============================================================================
--- head/editors/xed/Makefile	Fri Jun 28 20:56:29 2013	(r321985)
+++ head/editors/xed/Makefile	Fri Jun 28 20:59:11 2013	(r321986)
@@ -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 at FreeBSD.org
-COMMENT=	A text editor for X
+COMMENT=	Text editor for X
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	xaw
 MAN1=		xed.1
 


More information about the svn-ports-all mailing list