svn commit: r322012 - head/x11-fonts/nexfontsel

Baptiste Daroussin bapt at FreeBSD.org
Fri Jun 28 23:00:02 UTC 2013


Author: bapt
Date: Fri Jun 28 23:00:01 2013
New Revision: 322012
URL: http://svnweb.freebsd.org/changeset/ports/322012

Log:
  Convert to USES=imake

Modified:
  head/x11-fonts/nexfontsel/Makefile

Modified: head/x11-fonts/nexfontsel/Makefile
==============================================================================
--- head/x11-fonts/nexfontsel/Makefile	Fri Jun 28 22:58:59 2013	(r322011)
+++ head/x11-fonts/nexfontsel/Makefile	Fri Jun 28 23:00:01 2013	(r322012)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	nexfontsel
-# Date created:		99/09/29
-# Whom:			Satoshi TAOKA <taoka at FreeBSD.org>
-#
+# Created by: Satoshi TAOKA <taoka at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	nexfontsel
 PORTVERSION=	3.0.1
@@ -15,11 +11,11 @@ MASTER_SITE_SUBDIR=	pav
 DISTNAME=	NeXFontSel-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A neXtaw based replacement for xfontsel
+COMMENT=	NeXtaw based replacement for xfontsel
 
 LIB_DEPENDS=	neXtaw:${PORTSDIR}/x11-toolkits/neXtaw
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	xaw
 
 MAN1=		nexfontsel.1


More information about the svn-ports-all mailing list