pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Added a missing line continuation in the README.htm...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e6088428525
branches:  trunk
changeset: 520186:2e6088428525
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Oct 17 06:28:33 2006 +0000

description:
Added a missing line continuation in the README.html target.

diffstat:

 mk/bsd.pkg.readme.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 414cc661e51e -r 2e6088428525 mk/bsd.pkg.readme.mk
--- a/mk/bsd.pkg.readme.mk      Tue Oct 17 06:13:51 2006 +0000
+++ b/mk/bsd.pkg.readme.mk      Tue Oct 17 06:28:33 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.readme.mk,v 1.5 2006/10/02 09:37:09 rillig Exp $
+# $NetBSD: bsd.pkg.readme.mk,v 1.6 2006/10/17 06:28:33 rillig Exp $
 #
 # This Makefile fragment is included by bsd.pkg.mk and encapsulates the
 # code to produce README.html files in each package directory.
@@ -251,7 +251,7 @@
 .PHONY: README.html
 README.html: .PRECIOUS
        @${SH} ../../mk/scripts/mkdatabase -f $@.tmp1
-       @if ${TEST} -d ${PACKAGES}; then                                        \
+       @if ${TEST} -d ${PACKAGES}; then                                \
                cd ${PACKAGES};                                         \
                case `${PWD_CMD}` in                                    \
                        ${PKGSRCDIR}/packages)                          \



Home | Main Index | Thread Index | Old Index