svn commit: r322006 - head/www/chimera

Baptiste Daroussin bapt at FreeBSD.org
Fri Jun 28 22:36:33 UTC 2013


Author: bapt
Date: Fri Jun 28 22:36:32 2013
New Revision: 322006
URL: http://svnweb.freebsd.org/changeset/ports/322006

Log:
  Convert to USES=imake
  Trim headers

Modified:
  head/www/chimera/Makefile

Modified: head/www/chimera/Makefile
==============================================================================
--- head/www/chimera/Makefile	Fri Jun 28 22:34:15 2013	(r322005)
+++ head/www/chimera/Makefile	Fri Jun 28 22:36:32 2013	(r322006)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	chimera
-# Date created:		26 December 1994
-# Whom:			asami
-#
+# Created by: asami
 # $FreeBSD$
-#
 
 PORTNAME=	chimera
 PORTVERSION=	1.70p0
@@ -17,7 +13,7 @@ COMMENT=	X/Athena World-Wide Web client
 RUN_DEPENDS= 	${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
 
 NO_LATEST_LINK=	yes
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 
 MAN1=		chimera.1


More information about the svn-ports-all mailing list