diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1998-07-04 22:07:35 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1998-07-04 22:07:35 +0000 |
commit | c1cfdd11d72e1d36d472954444e78178a2dddc73 (patch) | |
tree | fcfff5057e78ae0a0d7a1a6286e461d7a70d7e99 /www/grail/files/patch-aa | |
parent | Turn on mico. (diff) |
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
Notes
Notes:
svn path=/head/; revision=11732
Diffstat (limited to 'www/grail/files/patch-aa')
-rw-r--r-- | www/grail/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/grail/files/patch-aa b/www/grail/files/patch-aa new file mode 100644 index 000000000000..9e58e0595300 --- /dev/null +++ b/www/grail/files/patch-aa @@ -0,0 +1,11 @@ +--- 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 |