svn commit: r321374 - head/science/felt

Boris Samorodov bsam at FreeBSD.org
Thu Jun 20 12:46:31 UTC 2013


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


More information about the svn-ports-all mailing list