summaryrefslogtreecommitdiff
path: root/graphics/xpm
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
commit72c7c9e3294f7eca03706dce8a9b09bc1eba9496 (patch)
tree6bd83161338eeb22d873c3361fa6d35c011e7ebc /graphics/xpm
parenta120523c742a4a450de9f76401b23ea0c8473496 (diff)
downloadpkgsrc-72c7c9e3294f7eca03706dce8a9b09bc1eba9496.tar.gz
Indent a bit. It's a bit clearer this way, isn't it?
Diffstat (limited to 'graphics/xpm')
-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