summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-12-29 01:41:09 +0000
committerobache <obache@pkgsrc.org>2014-12-29 01:41:09 +0000
commit558b493d0660e79e82b4f5ca8c06a530a6df413a (patch)
tree5e1bf0248c823b4fee82acdc6e53f899797cdac8 /math
parentb1b2340ee759fc77c6393c87f0e300212e9fa571 (diff)
downloadpkgsrc-558b493d0660e79e82b4f5ca8c06a530a6df413a.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"