svn commit: r356742 - head/sysutils/memfetch

Kurt Jaeger pi at FreeBSD.org
Fri Jun 6 05:34:08 UTC 2014


Author: pi
Date: Fri Jun  6 05:34:07 2014
New Revision: 356742
URL: http://svnweb.freebsd.org/changeset/ports/356742
QAT: https://qat.redports.org/buildarchive/r356742/

Log:
  sysutils/memfetch:	shebangfix mffind.pl
  
  Approved by:    mentors (implicit)

Modified:
  head/sysutils/memfetch/Makefile

Modified: head/sysutils/memfetch/Makefile
==============================================================================
--- head/sysutils/memfetch/Makefile	Fri Jun  6 03:50:22 2014	(r356741)
+++ head/sysutils/memfetch/Makefile	Fri Jun  6 05:34:07 2014	(r356742)
@@ -13,9 +13,10 @@ COMMENT=	Utility to dump memory of a run
 
 LICENSE=	GPLv2
 
-USES=		perl5
+USES=		perl5 shebangfix
 USE_PERL5=	run
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"
+SHEBANG_FILES=	mffind.pl
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 


More information about the svn-ports-head mailing list