diff options
author | nectar <nectar@FreeBSD.org> | 1998-07-05 06:07:35 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1998-07-05 06:07:35 +0800 |
commit | 3996845d4c93f7dd8ca9c980cafdc63d8d0c4bb4 (patch) | |
tree | 234ef40fe588fa6043563f699bef52e201b61ab6 /www/grail/files | |
parent | e9132efaf7d9cc82e6beaa2758fb79df194eb816 (diff) | |
download | freebsd-ports-gnome-3996845d4c93f7dd8ca9c980cafdc63d8d0c4bb4.tar.gz freebsd-ports-gnome-3996845d4c93f7dd8ca9c980cafdc63d8d0c4bb4.tar.zst freebsd-ports-gnome-3996845d4c93f7dd8ca9c980cafdc63d8d0c4bb4.zip |
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
Diffstat (limited to 'www/grail/files')
-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 |