Index: base/debconf.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/base/debconf.info,v
retrieving revision 1.4
diff -u -d -r1.4 debconf.info
--- base/debconf.info	19 Jun 2007 18:38:49 -0000	1.4
+++ base/debconf.info	27 Jun 2007 08:31:55 -0000
@@ -10,7 +10,7 @@
 PatchScript: sed 's|@FINKPREFIX@|%p|g' < %a/%n.patch | patch -p1
 TarFilesRename: debconf/debconf$:debconf/debconf.tmp
 #UpdatePOD: true
-CompileScript: echo "Nothing to see here..." && set -e && make
+CompileScript: echo "Nothing to see here..." && set -e && /usr/bin/make
 
 InstallScript: <<
 #!/bin/sh -ev
@@ -20,9 +20,9 @@
   mkdir -p %i/etc/apt/apt.conf.d
   cp debian/apt.conf %i/etc/apt/apt.conf.d/70debconf
 
-  make install prefix=%i install-utils
-  make install prefix=%i install-i18n
-  make install prefix=%i install-rest
+  /usr/bin/make install prefix=%i install-utils
+  /usr/bin/make install prefix=%i install-i18n
+  /usr/bin/make install prefix=%i install-rest
 
   # Ok, move debconf to its correct name
   mv %i/bin/debconf.tmp %i/bin/debconf
@@ -168,6 +168,8 @@
   perl -pi -e 's|\$\(prefix\)/usr|\$\(prefix\)|g' Makefile
   grep -rl /var . | xargs perl -pi -e 's|\ /var|\ \@FINKPREFIX\@/var|g'
   grep -r /var . | grep -v @FINK  #### manually catch stuff
+
+  Fink's make-3.81-1 breaks compiling so use Apple's to be safe.
 <<
 License: GPL
 Maintainer: Chris Zubrzycki <beren12@users.sourceforge.net>
