Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2013 22:07:55 +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: r321996 - head/math/xgraph
Message-ID:  <201306282207.r5SM7tSf015303@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jun 28 22:07:55 2013
New Revision: 321996
URL: http://svnweb.freebsd.org/changeset/ports/321996

Log:
  Convert to USES=imake
  Trim headers
  Remove indefinite article

Modified:
  head/math/xgraph/Makefile

Modified: head/math/xgraph/Makefile
==============================================================================
--- head/math/xgraph/Makefile	Fri Jun 28 22:06:54 2013	(r321995)
+++ head/math/xgraph/Makefile	Fri Jun 28 22:07:55 2013	(r321996)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xgraph
-# Date created:		24 November 1994
-# Whom:			asami
-#
+# Created by: asami
 # $FreeBSD$
-#
 
 PORTNAME=	xgraph
 PORTVERSION=	11.3.2.20000910
@@ -14,9 +10,9 @@ DISTNAME=	xgraph-11
 EXTRACT_SUFX=	.tar.Z
 
 MAINTAINER=	sanpei@FreeBSD.org
-COMMENT=	A program that helps you plot graphs
+COMMENT=	Program that helps you plot graphs
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	x11 xext
 WRKSRC=		${WRKDIR}/${PORTNAME}
 MAN1=		xgraph.1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306282207.r5SM7tSf015303>