svn commit: r321996 - head/math/xgraph

Baptiste Daroussin bapt at FreeBSD.org
Fri Jun 28 22:07:55 UTC 2013


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 at 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


More information about the svn-ports-all mailing list