Date: Fri, 28 Jun 2013 20:59:11 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321986 - in head/editors: asedit axe xed Message-ID: <201306282059.r5SKxB1b093653@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@augusta.de> -# +# Created by: Andreas Kohout <shanee@augusta.de> # $FreeBSD$ -# PORTNAME= asedit PORTVERSION= 1.3.2 @@ -17,8 +12,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@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@FreeBSD.org -COMMENT= A text editor for X +COMMENT= Text editor for X -USE_IMAKE= yes +USES= imake USE_XORG= xaw MAN1= xed.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306282059.r5SKxB1b093653>