summaryrefslogtreecommitdiff
path: root/mail/nmh
diff options
context:
space:
mode:
authortnn <tnn>2007-10-16 23:48:58 +0000
committertnn <tnn>2007-10-16 23:48:58 +0000
commit3b59682564cbc2467ee05d18fd888d19bad13868 (patch)
treeb29811eb6b46cc5f60ca30ac6cd4ef5482fa68eb /mail/nmh
parent5353ea94f08028992ec2086c3b1ea7299957b4c5 (diff)
downloadpkgsrc-3b59682564cbc2467ee05d18fd888d19bad13868.tar.gz
Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.
Diffstat (limited to 'mail/nmh')
-rw-r--r--mail/nmh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile
index ade072febcd..476031a5662 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2007/02/22 19:26:42 wiz Exp $
+# $NetBSD: Makefile,v 1.65 2007/10/16 23:49:01 tnn Exp $
DISTNAME= nmh-1.0.4
PKGREVISION= 7
@@ -25,7 +25,7 @@ CONFLICTS+= ja-mh6-[0-9]*
CFLAGS+= -O1
.endif
-.if !empty(LOWER_OPSYS:Mirix5*)
+.if ${OPSYS} == "IRIX"
CPPFLAGS+= -DIRIX5 # for a patch with extra typedefs
.endif