$NetBSD: patch-aa,v 1.2 2008/08/01 21:01:26 schmonz Exp $ --- Ezmlm.pm.orig 2006-06-19 21:01:35.000000000 -0400 +++ Ezmlm.pm @@ -57,9 +57,9 @@ $VERSION = '0.07'; require 5.005; # == Begin site dependant variables == -$EZMLM_BASE = '/usr/local/bin'; #Autoinserted by Makefile.PL -$QMAIL_BASE = '/var/qmail'; #Autoinserted by Makefile.PL -$MYSQL_BASE = ''; #Autoinserted by Makefile.PL +$EZMLM_BASE = '@LOCALBASE@/bin'; #Autoinserted by Makefile.PL +$QMAIL_BASE = '@QMAILDIR@'; #Autoinserted by Makefile.PL +$MYSQL_BASE = '@LOCALBASE@/bin'; #Autoinserted by Makefile.PL # == End site dependant variables == # == check the ezmlm-make path ==