Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2013 12:46:31 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321374 - head/science/felt
Message-ID:  <201306201246.r5KCkVeF015703@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Thu Jun 20 12:46:30 2013
New Revision: 321374
URL: http://svnweb.freebsd.org/changeset/ports/321374

Log:
  . trim Makefile headers;
  . remove arcticle from COMMENT;
  . pet portlint: remove trailing space from a command.

Modified:
  head/science/felt/Makefile

Modified: head/science/felt/Makefile
==============================================================================
--- head/science/felt/Makefile	Thu Jun 20 12:01:10 2013	(r321373)
+++ head/science/felt/Makefile	Thu Jun 20 12:46:30 2013	(r321374)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	FElt
-# Date created:		19 October 1996
-# Whom:			Pedro Giffuni
-#
+# Created by: Pedro Giffuni
 # $FreeBSD$
-#
 
 PORTNAME=	felt
 PORTVERSION=	3.07
@@ -12,7 +8,7 @@ CATEGORIES=	science
 MASTER_SITES=	SF/${PORTNAME}/FElt/${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A system for Finite Element Analysis
+COMMENT=	System for Finite Element Analysis
 
 LICENSE=	GPLv2
 
@@ -43,7 +39,7 @@ post-patch:
 	@${REINPLACE_CMD} -e \
 		'/which CC/s|^|#| ; \
 		 /CCOPTS=-O3/s|^.*|CCOPTS=$${CFLAGS}| ; \
-		 s|lib/felt|share/felt|' ${WRKSRC}/configure	
+		 s|lib/felt|share/felt|' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e \
 		's|-lpthread|$$(MOTIFLIB)|' ${WRKSRC}/src/Velvet/Makefile
 



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