aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2014-06-06 13:34:07 +0800
committerpi <pi@FreeBSD.org>2014-06-06 13:34:07 +0800
commit45c1e0d47c852cec2aeeab18072278989c301583 (patch)
tree4fc5e689d41ef0a2ad95c67e5dfd2aba957e8b5d /sysutils
parent89c3c46a91e931fc43c20b0ee530c8a6dfe46763 (diff)
downloadfreebsd-ports-gnome-45c1e0d47c852cec2aeeab18072278989c301583.tar.gz
freebsd-ports-gnome-45c1e0d47c852cec2aeeab18072278989c301583.tar.zst
freebsd-ports-gnome-45c1e0d47c852cec2aeeab18072278989c301583.zip
sysutils/memfetch: shebangfix mffind.pl
Approved by: mentors (implicit)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/memfetch/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/memfetch/Makefile b/sysutils/memfetch/Makefile
index 2947c4dd3059..93bb28b1f1a2 100644
--- a/sysutils/memfetch/Makefile
+++ b/sysutils/memfetch/Makefile
@@ -13,9 +13,10 @@ COMMENT= Utility to dump memory of a running process
LICENSE= GPLv2
-USES= perl5
+USES= perl5 shebangfix
USE_PERL5= run
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
+SHEBANG_FILES= mffind.pl
WRKSRC= ${WRKDIR}/${PORTNAME}