Date: Wed, 13 Apr 2016 16:44:50 +0000 (UTC) From: Mikhail Teterin <mi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413218 - head/www/nostromo Message-ID: <201604131644.u3DGiop2013784@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mi Date: Wed Apr 13 16:44:49 2016 New Revision: 413218 URL: https://svnweb.freebsd.org/changeset/ports/413218 Log: The shebangfix is no longer needed here now that the script has been re-written in sh. Modified: head/www/nostromo/Makefile Modified: head/www/nostromo/Makefile ============================================================================== --- head/www/nostromo/Makefile Wed Apr 13 16:42:11 2016 (r413217) +++ head/www/nostromo/Makefile Wed Apr 13 16:44:49 2016 (r413218) @@ -18,9 +18,6 @@ NOSTROMO_LOGDIR_PERMS?= 0775 USE_OPENSSL= yes USE_RC_SUBR= nostromo -USES= shebangfix -SHEBANG_FILES= htdocs/cgi-bin/printenv - MAKE_ENV?= MAKEOBJDIR=. PREFIX=${PREFIX} NOSTROMO_DIR=${NOSTROMO_DIR} PLIST_SUB+= NOSTROMODIR="${NOSTROMO_DIR}" NOSTROMOLOGDIR="${NOSTROMO_LOGDIR}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604131644.u3DGiop2013784>