Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2017 21:51:22 +0000 (UTC)
From:      Richard Gallamore <ultima@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445831 - head/graphics/pfstools
Message-ID:  <201707142151.v6ELpMcu098491@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ultima
Date: Fri Jul 14 21:51:22 2017
New Revision: 445831
URL: https://svnweb.freebsd.org/changeset/ports/445831

Log:
  Removed octave_* shebangfix variables
  
  These are not required and by adding octave SHEBANG_LANG adds these entires and more.
  
  https://www.freebsd.org/doc/en/books/porters-handbook/uses-shebangfix.html
  
  Reported by:	matt
  Reviewed by:	matthew (mentor)
  Approved by:	matthew (mentor)
  Differential Revision:	https://reviews.freebsd.org/D11495

Modified:
  head/graphics/pfstools/Makefile

Modified: head/graphics/pfstools/Makefile
==============================================================================
--- head/graphics/pfstools/Makefile	Fri Jul 14 20:32:01 2017	(r445830)
+++ head/graphics/pfstools/Makefile	Fri Jul 14 21:51:22 2017	(r445831)
@@ -75,8 +75,6 @@ PLIST_SUB+=	\
 		OCTAVE_SITE_OCT=${OCTAVE_SITE_OCT:S|^${OCTAVE_BASE}/||}
 SHEBANG_FILES=	src/octave/*
 SHEBANG_LANG+=	octave
-octave_OLD_CMD?=/usr/bin/octave
-octave_CMD?=	${OCTAVE_BASE}/bin/octave
 .endif
 
 post-install:



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