pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/nail IRIX also uses /usr/lib/sendmail. PR#28766.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ed1e111b4c34
branches: trunk
changeset: 486179:ed1e111b4c34
user: cjep <cjep%pkgsrc.org@localhost>
date: Fri Dec 24 12:53:47 2004 +0000
description:
IRIX also uses /usr/lib/sendmail. PR#28766.
XXX Perhaps the correct thing to do is to define SENDMAIL in the defaults
XXX file for each operating system in mk/defaults/
diffstat:
mail/nail/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3e94b28dc71d -r ed1e111b4c34 mail/nail/Makefile
--- a/mail/nail/Makefile Fri Dec 24 12:30:49 2004 +0000
+++ b/mail/nail/Makefile Fri Dec 24 12:53:47 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/11/19 09:16:49 cjep Exp $
+# $NetBSD: Makefile,v 1.25 2004/12/24 12:53:47 cjep Exp $
DISTNAME= nail-11.17
CATEGORIES= mail
@@ -23,7 +23,7 @@
MAKE_ENV+= "IPv6=-DHAVE_IPv6_FUNCS"
.endif
-.if (${OPSYS} == "SunOS")
+.if (${OPSYS} == "SunOS" || ${OPSYS} == "IRIX")
MAKE_ENV+= "SENDMAIL=/usr/lib/sendmail"
.endif
Home |
Main Index |
Thread Index |
Old Index