From owner-svn-ports-head@freebsd.org Fri Jul 14 21:51:23 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1EA6DAD2A1; Fri, 14 Jul 2017 21:51:23 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90E0C77DB2; Fri, 14 Jul 2017 21:51:23 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6ELpMqw098492; Fri, 14 Jul 2017 21:51:22 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6ELpMcu098491; Fri, 14 Jul 2017 21:51:22 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201707142151.v6ELpMcu098491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Fri, 14 Jul 2017 21:51:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445831 - head/graphics/pfstools X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: head/graphics/pfstools X-SVN-Commit-Revision: 445831 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2017 21:51:23 -0000 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: