summaryrefslogtreecommitdiff
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
parent2e875a55ea0d72357eb1fdf511e2d17c51c92816 (diff)
downloadpkgsrc-0b43a5b7b2a1fd33d7990b3965a1d01d027abf0c.tar.gz
check-interpreter fix.
-rw-r--r--net/dctc/Makefile4
-rw-r--r--sysutils/magicrescue/Makefile6
2 files changed, 7 insertions, 3 deletions
diff --git a/net/dctc/Makefile b/net/dctc/Makefile
index d99491ebc56..ce72bc7509d 100644
--- a/net/dctc/Makefile
+++ b/net/dctc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2011/04/22 13:44:20 obache Exp $
+# $NetBSD: Makefile,v 1.43 2011/07/03 11:55:14 jym Exp $
DISTNAME= dctc-0.85.9
PKGREVISION= 2
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-manual-db-detect
CONFIGURE_ENV+= BDB_TYPE=${BDB_TYPE}
+REPLACE_PERL+= GDLjoiner
+
CPPFLAGS+= -I${BDBBASE}/include/${BDB_TYPE}
BUILDLINK_TRANSFORM+= l:db4:${BDB_TYPE}
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 \