svn commit: r362643 - head/x11/eterm

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 23 09:41:11 UTC 2014


Author: amdmi3
Date: Wed Jul 23 09:41:10 2014
New Revision: 362643
URL: http://svnweb.freebsd.org/changeset/ports/362643
QAT: https://qat.redports.org/buildarchive/r362643/

Log:
  - Fix shebang
  
  Approved by:	portmgr blanket

Modified:
  head/x11/eterm/Makefile

Modified: head/x11/eterm/Makefile
==============================================================================
--- head/x11/eterm/Makefile	Wed Jul 23 09:18:54 2014	(r362642)
+++ head/x11/eterm/Makefile	Wed Jul 23 09:41:10 2014	(r362643)
@@ -21,7 +21,9 @@ CONFIGURE_ARGS?=--enable-trans --enable-
 		--enable-multi-charset
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-USES=		iconv libtool
+USES=		iconv libtool shebangfix
+SHEBANG_FILES=	${WRKSRC}/utils/kEsetroot.in
+perl_OLD_CMD=	@PERL@
 USE_CSTD=	gnu89
 USE_EFL=	imlib2
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list