pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ncurses whitespace police



details:   https://anonhg.NetBSD.org/pkgsrc/rev/427ee1274c26
branches:  trunk
changeset: 462163:427ee1274c26
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Sep 27 10:20:29 2003 +0000

description:
whitespace police

diffstat:

 devel/ncurses/buildlink2.mk |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (55 lines):

diff -r 105f32e0d8fd -r 427ee1274c26 devel/ncurses/buildlink2.mk
--- a/devel/ncurses/buildlink2.mk       Sat Sep 27 10:10:34 2003 +0000
+++ b/devel/ncurses/buildlink2.mk       Sat Sep 27 10:20:29 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink2.mk,v 1.9 2003/09/23 09:58:12 yyamano Exp $
+# $NetBSD: buildlink2.mk,v 1.10 2003/09/27 10:20:29 grant Exp $
 #
 # Optionally define:
 #
@@ -7,7 +7,7 @@
 #                      some needed functions.
 
 .if !defined(NCURSES_BUILDLINK2_MK)
-NCURSES_BUILDLINK2_MK=     # defined
+NCURSES_BUILDLINK2_MK= # defined
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -22,8 +22,8 @@
 # These versions of NetBSD didn't have a curses library that was capable of
 # replacing ncurses.
 #
-_INCOMPAT_CURSES=       NetBSD-0.*-* NetBSD-1.[0123]*-*
-_INCOMPAT_CURSES+=      NetBSD-1.4.*-* NetBSD-1.4[A-X]-*
+_INCOMPAT_CURSES=      NetBSD-0.*-* NetBSD-1.[0123]*-*
+_INCOMPAT_CURSES+=     NetBSD-1.4.*-* NetBSD-1.4[A-X]-*
 #
 # This catch-all for SunOS is probably too broad, but better to err on
 # the safe side.  We can narrow down the match when we have better
@@ -33,8 +33,8 @@
 #
 # Similarly for IRIX and Darwin
 #
-_INCOMPAT_CURSES+=      IRIX-*-*
-_INCOMPAT_CURSES+=             Darwin-*-* 
+_INCOMPAT_CURSES+=     IRIX-*-*
+_INCOMPAT_CURSES+=     Darwin-*-* 
 INCOMPAT_CURSES?=      # empty
 .  for _pattern_ in ${_INCOMPAT_CURSES} ${INCOMPAT_CURSES}
 .    if !empty(MACHINE_PLATFORM:M${_pattern_})
@@ -94,7 +94,7 @@
        extra_includes="                                                \
                include/term.h                                          \
        ";                                                              \
-       for f in $${extra_includes}; do                         \
+       for f in $${extra_includes}; do                                 \
                if [ ! -f ${BUILDLINK_DIR}/$${f} ]; then                \
                        ${ECHO_BUILDLINK_MSG} "Touching extra ncurses header ($${f}) in ${BUILDLINK_DIR}."; \
                        ${TOUCH} ${TOUCH_FLAGS} ${BUILDLINK_DIR}/$${f}; \
@@ -108,4 +108,4 @@
                ${LN} -s ${BUILDLINK_PREFIX.ncurses}/include/ncurses.h ${BUILDLINK_DIR}/include/curses.h; \
        fi
 
-.endif  # NCURSES_BUILDLINK2_MK
+.endif # NCURSES_BUILDLINK2_MK



Home | Main Index | Thread Index | Old Index