pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/xpm Indent a bit. It's a bit clearer this way...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3c761cb3760a
branches: trunk
changeset: 459901:3c761cb3760a
user: seb <seb%pkgsrc.org@localhost>
date: Mon Aug 11 13:28:08 2003 +0000
description:
Indent a bit. It's a bit clearer this way, isn't it?
diffstat:
graphics/xpm/Makefile | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (32 lines):
diff -r f49b77dd07f2 -r 3c761cb3760a graphics/xpm/Makefile
--- a/graphics/xpm/Makefile Mon Aug 11 13:15:42 2003 +0000
+++ b/graphics/xpm/Makefile Mon Aug 11 13:28:08 2003 +0000
@@ -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,16 +17,16 @@
# 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
+_IS_BUILTIN_XPM= 0
. endif
.else
-_IS_BUILTIN_XPM= 0
-.endif
-.else
_IS_BUILTIN_XPM!= (/usr/sbin/pkgchk -l SUNWxwinc | ${EGREP} -c xpm.h) || ${TRUE}
.endif
Home |
Main Index |
Thread Index |
Old Index