pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/plist Whitespace changes.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a8463115fda4
branches: trunk
changeset: 510416:a8463115fda4
user: jlam <jlam%pkgsrc.org@localhost>
date: Thu Mar 30 03:03:52 2006 +0000
description:
Whitespace changes.
diffstat:
mk/plist/libtool-expand | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diffs (43 lines):
diff -r edf62c57518e -r a8463115fda4 mk/plist/libtool-expand
--- a/mk/plist/libtool-expand Thu Mar 30 03:03:08 2006 +0000
+++ b/mk/plist/libtool-expand Thu Mar 30 03:03:52 2006 +0000
@@ -1,6 +1,6 @@
# /bin/sh
#
-# $NetBSD: libtool-expand,v 1.2 2006/03/30 03:02:40 jlam Exp $
+# $NetBSD: libtool-expand,v 1.3 2006/03/30 03:03:52 jlam Exp $
#
# Copyright (c) 2004 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -76,18 +76,18 @@
continue
fi
- if ${GREP} -q "libtool library file" "$lapath"; then
- . "$lapath"
- if ${TEST} "$installed" = "no"; then
- ${ECHO} 1>&2 "$self: \`$lapath' was not properly installed"
- exit 1
+ if ${GREP} -q "libtool library file" "$lapath"; then
+ . "$lapath"
+ if ${TEST} "$installed" = "no"; then
+ ${ECHO} 1>&2 "$self: \`$lapath' was not properly installed"
+ exit 1
+ fi
+ for lib in $library_names $old_library; do
+ libpath="$dir$lib"
+ if ${TEST} ! -f "$libpath"; then
+ ${ECHO} 1>&2 "$self: \`$libpath' was not found"
fi
- for lib in $library_names $old_library; do
- libpath="$dir$lib"
- if ${TEST} ! -f "$libpath"; then
- ${ECHO} 1>&2 "$self: \`$libpath' was not found"
- fi
- ${ECHO} "$libpath"
- done
- fi
+ ${ECHO} "$libpath"
+ done
+ fi
done | ${SORT} -u
Home |
Main Index |
Thread Index |
Old Index