pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/oss Use tab instead of spaces. Detected by pkglint.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dfb7338f8cb7
branches:  trunk
changeset: 496520:dfb7338f8cb7
user:      martti <martti%pkgsrc.org@localhost>
date:      Fri Jul 01 11:38:26 2005 +0000

description:
Use tab instead of spaces. Detected by pkglint.

diffstat:

 audio/oss/buildlink3.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 69a438848e78 -r dfb7338f8cb7 audio/oss/buildlink3.mk
--- a/audio/oss/buildlink3.mk   Fri Jul 01 10:18:07 2005 +0000
+++ b/audio/oss/buildlink3.mk   Fri Jul 01 11:38:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2004/08/28 06:05:31 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2005/07/01 11:38:26 martti Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 OSS_BUILDLINK3_MK:=    ${OSS_BUILDLINK3_MK}+
@@ -42,7 +42,7 @@
                        "Linking $${sys_soundcard_h} to $${soundcard_h}."; \
                ${MKDIR} `${DIRNAME} $${soundcard_h}`;                  \
                ${LN} -s $${sys_soundcard_h} $${soundcard_h};           \
-        fi
+       fi
 .endif # OSS_BUILDLINK3_MK
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH:S/+$//}



Home | Main Index | Thread Index | Old Index