diff options
author | tnn <tnn> | 2007-10-16 23:48:58 +0000 |
---|---|---|
committer | tnn <tnn> | 2007-10-16 23:48:58 +0000 |
commit | 16bad87c5fde64bb6d83946f53a326e5c847d1e7 (patch) | |
tree | b29811eb6b46cc5f60ca30ac6cd4ef5482fa68eb /mail/sma | |
parent | 569a83e1855a275b7deac124049b89ea9748eab5 (diff) | |
download | pkgsrc-16bad87c5fde64bb6d83946f53a326e5c847d1e7.tar.gz |
Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.
Diffstat (limited to 'mail/sma')
-rw-r--r-- | mail/sma/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sma/Makefile b/mail/sma/Makefile index 293c62ccb53..dc6f1b9d5d6 100644 --- a/mail/sma/Makefile +++ b/mail/sma/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/02/22 19:26:44 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2007/10/16 23:49:01 tnn Exp $ DISTNAME= sma-1.4 CATEGORIES= mail @@ -16,7 +16,7 @@ BUILD_TARGET= sma .include "../../mk/bsd.prefs.mk" -.if empty(LOWER_OPSYS:Mirix5*) +.if ${OPSYS} == "IRIX" CFLAGS+= -DUSE_REGEXP .endif INSTALLATION_DIRS= bin ${PKGMANDIR}/man8 |