freebsd-ports/www/grail/files/patch-aa
Jacques Vidrine c1cfdd11d7 Port cleanup.
- Correct location of sendmail in MailDialog.py. (sorry, forgot who
  pointed this out)
- suggested by asami: use DISTNAME and DISTFILES to control WRKSRC;
  combine do-install and post-install; use --exclude in tar command
  to avoid installing unneeded files
1998-07-04 22:07:35 +00:00

12 lines
298 B
Plaintext

--- ancillary/MailDialog.py- Wed Jun 17 11:40:55 1998
+++ ancillary/MailDialog.py Wed Jun 17 11:41:12 1998
@@ -50,7 +50,7 @@
X-URL: %(url)s
"""
else:
- SENDMAIL = "/usr/lib/sendmail -t" # XXX
+ SENDMAIL = "/usr/sbin/sendmail -t" # XXX
TEMPLATE ="""\
To: %(to)s
Subject: %(subject)s