$NetBSD: patch-aa,v 1.1.1.1 2005/12/28 06:08:12 schmonz Exp $ --- Ezmlm.pm.orig 2005-03-08 08:10:46.000000000 -0500 +++ Ezmlm.pm @@ -56,9 +56,9 @@ $VERSION = '0.05'; 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'; +$QMAIL_BASE = '@QMAILDIR@'; +$MYSQL_BASE = '@MYSQLBASE@'; # == End site dependant variables == use Carp;