pkgsrc/mail/sqwebmail/patches/patch-ad
jlam fed89dfb62 Initial import of mail/sqwebmail, the Courier webmail CGI.
SqWebMail is a web CGI client for sending and receiving E-mail using
Maildir mailboxes.  It is very lightweight -- it reads mail directly
from Maildirs.
2002-01-24 07:23:44 +00:00

22 lines
1 KiB
Text

$NetBSD: patch-ad,v 1.1.1.1 2002/01/24 07:23:47 jlam Exp $
--- sqwebmail/Makefile.in.orig Tue Jan 22 19:05:17 2002
+++ sqwebmail/Makefile.in
@@ -677,7 +677,7 @@
htmllibdir.h: config.status
echo '#define HTMLLIBDIR "@htmldir@"' >htmllibdir.h
- echo '#define SENDITSH "$(scriptdir)/sendit.sh"' >>htmllibdir.h
+ echo '#define SENDITSH "$(sysconfdir)/sendit.sh"' >>htmllibdir.h
echo '#define NOCHANGINGFROM "$(sysconfdir)/nochangingfrom"' >>htmllibdir.h
echo '#define USEXSENDER "$(sysconfdir)/usexsender"' >>htmllibdir.h
echo '#define CALENDARMODE "$(sysconfdir)/calendarmode"' >>htmllibdir.h
@@ -695,7 +695,7 @@
; echo '#define MIMEGPG "$(pkglibexecdir)/mimegpg"' >>htmllibdir.h \
; fi
echo '#define LDAPADDRESSBOOK "$(sysconfdir)/ldapaddressbook"' >>htmllibdir.h
- echo '#define LDAPSEARCH "$(scriptdir)/ldapsearch"' >>htmllibdir.h
+ echo '#define LDAPSEARCH "$(sysconfdir)/ldapsearch"' >>htmllibdir.h
echo '#define MODULEFILE "$(sysconfdir)/authmodulelist"' >>htmllibdir.h
echo '#define NOIMAGES "$(sysconfdir)/noimages"' >>htmllibdir.h