svn commit: r445831 - head/graphics/pfstools
Richard Gallamore
ultima at FreeBSD.org
Fri Jul 14 21:51:23 UTC 2017
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:
More information about the svn-ports-head
mailing list