head	1.2;
access;
symbols
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1
	RELEASE_3_3_0:1.1
	RELEASE_3_2_0:1.1
	RELEASE_3_1_0:1.1
	RELEASE_2_2_8:1.1
	RELEASE_3_0_0:1.1
	RELEASE_2_2_7:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.02.18.23.44.46;	author kris;	state dead;
branches;
next	1.1;

1.1
date	98.07.04.22.07.35;	author nectar;	state Exp;
branches;
next	;


desc
@@


1.2
log
@As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
@
text
@--- 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
@


1.1
log
@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
@
text
@@

