svn commit: r413218 - head/www/nostromo

Mikhail Teterin mi at FreeBSD.org
Wed Apr 13 16:44:51 UTC 2016


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}"
 


More information about the svn-ports-head mailing list