summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-08-11 13:28:08 +0000
committerseb <seb@pkgsrc.org>2003-08-11 13:28:08 +0000
commit248a3ebcdec8f6729bff1c49a2b582f2402543b3 (patch)
tree6bd83161338eeb22d873c3361fa6d35c011e7ebc /graphics
parentae56aff4c4a9a9bb17381f4cb9180f6786b39e7e (diff)
downloadpkgsrc-248a3ebcdec8f6729bff1c49a2b582f2402543b3.tar.gz
Indent a bit. It's a bit clearer this way, isn't it?
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xpm/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile
index dc1ef6f50e3..367868606b3 100644
--- a/graphics/xpm/Makefile
+++ b/graphics/xpm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2003/07/17 21:43:14 grant Exp $
+# $NetBSD: Makefile,v 1.30 2003/08/11 13:28:08 seb Exp $
DISTNAME= xpm-3.4k
PKGREVISION= 1
@@ -17,15 +17,15 @@ USE_IMAKE= # defined
# Check if we got Xpm distributed with XFree86 4.x or Solaris 9.
.if ${OPSYS} != "SunOS"
-.if exists(${X11BASE}/include/X11/xpm.h) && \
- exists(${X11BASE}/lib/X11/config/X11.tmpl)
+. if exists(${X11BASE}/include/X11/xpm.h) && \
+ exists(${X11BASE}/lib/X11/config/X11.tmpl)
_IS_BUILTIN_XPM!= ${EGREP} -c NormalLibXpm ${X11BASE}/lib/X11/config/X11.tmpl || ${TRUE}
-. if ${OPSYS} == "IRIX"
+. if ${OPSYS} == "IRIX"
_IS_BUILTIN_XPM= 1
-. endif
-.else
+. endif
+. else
_IS_BUILTIN_XPM= 0
-.endif
+. endif
.else
_IS_BUILTIN_XPM!= (/usr/sbin/pkgchk -l SUNWxwinc | ${EGREP} -c xpm.h) || ${TRUE}
.endif