Added a missing line continuation in the README.html target.
This commit is contained in:
parent
b2a0c1a528
commit
767e55b646
1 changed files with 2 additions and 2 deletions
|
@ -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 @@ show-vulnerabilities-html:
|
|||
.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) \
|
||||
|
|
Loading…
Reference in a new issue