pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/scrollkeeper Use tabs for indentation instead...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/139bcc050de1
branches:  trunk
changeset: 468655:139bcc050de1
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Feb 15 21:39:14 2004 +0000

description:
Use tabs for indentation instead of spaces.

diffstat:

 textproc/scrollkeeper/buildlink3.mk |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r b9a939ad11c1 -r 139bcc050de1 textproc/scrollkeeper/buildlink3.mk
--- a/textproc/scrollkeeper/buildlink3.mk       Sun Feb 15 21:38:45 2004 +0000
+++ b/textproc/scrollkeeper/buildlink3.mk       Sun Feb 15 21:39:14 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2004/02/11 04:35:21 xtraeme Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2004/02/15 21:39:14 jmmv Exp $
 #
 # This Makefile fragment is included by packages that use scrollkeeper.
 #
@@ -22,10 +22,10 @@
 .include "../../textproc/libxslt/buildlink3.mk"
 .include "../../textproc/xmlcatmgr/buildlink3.mk"
 
-BUILDLINK_TARGETS+=                     scrollkeeper-buildlink-fake
+BUILDLINK_TARGETS+=    scrollkeeper-buildlink-fake
 
-_SK_FAKE_UPDATE=        ${BUILDLINK_DIR}/bin/scrollkeeper-update
-_SK_FAKE_REBUILDDB=     ${BUILDLINK_DIR}/bin/scrollkeeper-rebuilddb
+_SK_FAKE_UPDATE=       ${BUILDLINK_DIR}/bin/scrollkeeper-update
+_SK_FAKE_REBUILDDB=    ${BUILDLINK_DIR}/bin/scrollkeeper-rebuilddb
 
 scrollkeeper-buildlink-fake:
        ${_PKG_SILENT}${_PKG_DEBUG}                                     \



Home | Main Index | Thread Index | Old Index