summaryrefslogtreecommitdiff
path: root/sysutils/magicrescue/Makefile
diff options
context:
space:
mode:
authorjym <jym>2011-07-03 11:52:55 +0000
committerjym <jym>2011-07-03 11:52:55 +0000
commit0b43a5b7b2a1fd33d7990b3965a1d01d027abf0c (patch)
treee12a91b51492b43e58e926b2fc9b947269d2a377 /sysutils/magicrescue/Makefile
parent2e875a55ea0d72357eb1fdf511e2d17c51c92816 (diff)
downloadpkgsrc-0b43a5b7b2a1fd33d7990b3965a1d01d027abf0c.tar.gz
check-interpreter fix.
Diffstat (limited to 'sysutils/magicrescue/Makefile')
-rw-r--r--sysutils/magicrescue/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/magicrescue/Makefile b/sysutils/magicrescue/Makefile
index d5dabb55743..935d550863f 100644
--- a/sysutils/magicrescue/Makefile
+++ b/sysutils/magicrescue/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/01/27 19:17:08 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2011/07/03 11:52:55 jym Exp $
#
DISTNAME= magicrescue-1.1.4
@@ -14,7 +14,9 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= perl:run
HAS_CONFIGURE= yes
-REPLACE_PERL= tools/elfextract.pl \
+REPLACE_PERL= magicsort \
+ tools/checkrecipe \
+ tools/elfextract.pl \
tools/gimp-resave.pl \
tools/gzip_rename.pl \
tools/laola.pl \