mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c1cfdd11d7
- 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
12 lines
298 B
Plaintext
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
|