diff options
author | cjep <cjep@pkgsrc.org> | 2004-12-24 12:53:47 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-12-24 12:53:47 +0000 |
commit | 475873cc1494f082c29d51add180aa3b5d6f3730 (patch) | |
tree | a7c059ec988b61990eeae6cab2b029aa6ef4ea8e /mail/nail | |
parent | e50ef0f6eebefc52611cf2f2101736562945f2e8 (diff) | |
download | pkgsrc-475873cc1494f082c29d51add180aa3b5d6f3730.tar.gz |
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 (limited to 'mail/nail')
-rw-r--r-- | mail/nail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/nail/Makefile b/mail/nail/Makefile index adca9c507fc..0ca69f346e2 100644 --- a/mail/nail/Makefile +++ b/mail/nail/Makefile @@ -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+= "SYSCONFDIR=${PKG_SYSCONFDIR}" MAKE_ENV+= "IPv6=-DHAVE_IPv6_FUNCS" .endif -.if (${OPSYS} == "SunOS") +.if (${OPSYS} == "SunOS" || ${OPSYS} == "IRIX") MAKE_ENV+= "SENDMAIL=/usr/lib/sendmail" .endif |