summaryrefslogtreecommitdiff
path: root/lang/mawk
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-02-25 14:42:55 +0000
committerjperkin <jperkin@pkgsrc.org>2016-02-25 14:42:55 +0000
commit39aae52e063ed023435320f21c58a1c16d866d1f (patch)
tree0285cf003fd624dc16685552fba2f200571a98ff /lang/mawk
parent113ff2274f575cf33db39900e0a169183f6f9c2d (diff)
downloadpkgsrc-39aae52e063ed023435320f21c58a1c16d866d1f.tar.gz
Use OPSYSVARS.
Diffstat (limited to 'lang/mawk')
-rw-r--r--lang/mawk/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/mawk/Makefile b/lang/mawk/Makefile
index 3aaa3473b00..ff26e15dc89 100644
--- a/lang/mawk/Makefile
+++ b/lang/mawk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2015/05/12 14:00:21 wen Exp $
+# $NetBSD: Makefile,v 1.31 2016/02/25 14:42:56 jperkin Exp $
DISTNAME= mawk-1.3.4-20150503
PKGNAME= ${DISTNAME:S/-20/.20/}
@@ -22,8 +22,6 @@ TEST_TARGET= mawk_test fpe_test
# mawk configure fails with -ffast-math
CFLAGS:= ${CFLAGS:S/-ffast-math//}
-.if ${OPSYS} == "SunOS"
-MAKE_ENV+= CPPFLAGS=
-.endif
+MAKE_ENV.SunOS+= CPPFLAGS=
.include "../../mk/bsd.pkg.mk"