Date: Fri, 6 Jun 2014 05:34:08 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356742 - head/sysutils/memfetch Message-ID: <201406060534.s565Y8dt022199@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406060534.s565Y8dt022199>