summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorobache <obache>2014-12-29 01:41:09 +0000
committerobache <obache>2014-12-29 01:41:09 +0000
commitec384bf33507c0e6c9c64097437486808462ab2c (patch)
tree5e1bf0248c823b4fee82acdc6e53f899797cdac8 /math
parent6ea71befaa35f442a318c5482880dce2d4998331 (diff)
downloadpkgsrc-ec384bf33507c0e6c9c64097437486808462ab2c.tar.gz
pkglint clean.
Diffstat (limited to 'math')
-rw-r--r--math/blitz++/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/blitz++/Makefile b/math/blitz++/Makefile
index 582b6029c1e..12e394ef4c4 100644
--- a/math/blitz++/Makefile
+++ b/math/blitz++/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2014/12/25 06:27:57 obache Exp $
+# $NetBSD: Makefile,v 1.20 2014/12/29 01:41:09 obache Exp $
DISTNAME= blitz-0.8
PKGNAME= blitz++-0.8
@@ -32,9 +32,9 @@ COMPILER_SPECIFIC_HEADER= sgi
.elif !empty(CC_VERSION:Mgcc*)
COMPILER_SPECIFIC_HEADER= gnu
.endif
-.ifdef COMPILER_SPECIFIC_HEADER
+.if defined(COMPILER_SPECIFIC_HEADER)
CONFIGURE_ENV+=COMPILER_SPECIFIC_HEADER=${COMPILER_SPECIFIC_HEADER}/bzconfig.h
.endif
-PLIST_SUBST+=COMPILER_SPECIFIC_HEADER=${COMPILER_SPECIFIC_HEADER:Dinclude/blitz/${COMPILER_SPECIFIC_HEADER}/bzconfig.h:U@comment}
+PLIST_SUBST+=COMPILER_SPECIFIC_HEADER=${COMPILER_SPECIFIC_HEADER:Dinclude/blitz/${COMPILER_SPECIFIC_HEADER}/bzconfig.h:U@comment}
.include "../../mk/bsd.pkg.mk"