svn commit: r388984 - head/math/gri

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 9 19:45:03 UTC 2015


Author: amdmi3
Date: Tue Jun  9 19:45:03 2015
New Revision: 388984
URL: https://svnweb.freebsd.org/changeset/ports/388984

Log:
  - Fix shebangs
  
  MFH:		2015Q2 (blanket)

Modified:
  head/math/gri/Makefile

Modified: head/math/gri/Makefile
==============================================================================
--- head/math/gri/Makefile	Tue Jun  9 19:14:29 2015	(r388983)
+++ head/math/gri/Makefile	Tue Jun  9 19:45:03 2015	(r388984)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gri
 PORTVERSION=	2.12.23
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 MASTER_SITES=	SF
 
@@ -13,7 +13,7 @@ COMMENT=	Extensible plotting language fo
 LIB_DEPENDS=	libnetcdf.so:${PORTSDIR}/science/netcdf
 
 USES=		gmake readline shebangfix makeinfo
-SHEBANG_FILES=	src/gri_merge src/gri_unpage
+SHEBANG_FILES=	doc/examples/FEM.pl src/gri_merge src/gri_unpage
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-FreeBSD
 


More information about the svn-ports-all mailing list