svn commit: r358124 - head/japanese/eterm

MANTANI Nobutaka nobutaka at FreeBSD.org
Tue Jun 17 14:40:16 UTC 2014


Author: nobutaka
Date: Tue Jun 17 14:40:16 2014
New Revision: 358124
URL: http://svnweb.freebsd.org/changeset/ports/358124
QAT: https://qat.redports.org/buildarchive/r358124/

Log:
  Fix perl shebang line of kEsetroot.
  
  Reported by:	 Reported by:	swills

Modified:
  head/japanese/eterm/Makefile

Modified: head/japanese/eterm/Makefile
==============================================================================
--- head/japanese/eterm/Makefile	Tue Jun 17 14:36:11 2014	(r358123)
+++ head/japanese/eterm/Makefile	Tue Jun 17 14:40:16 2014	(r358124)
@@ -25,6 +25,7 @@ THEMES=		Escreen Eterm auto trans
 
 pre-configure:
 	@${REINPLACE_CMD} -e "s,echo aout,echo elf,g" ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e "s, at PERL@,${LOCALBASE}/bin/perl," ${WRKSRC}/utils/kEsetroot.in
 
 post-configure:
 	for theme in ${THEMES} ; do \


More information about the svn-ports-head mailing list