Fix the indent level. I know we're in code freeze, and this is

one of the key components of the system, but I'm sure that this:
===
-               ${ECHO_MSG} "===> Registering installation for ${PKGNAME}"; \
+               ${ECHO_MSG} "===>  Registering installation for ${PKGNAME}"; \
===
change has absolutely no chance to screw us up, right? :)
This commit is contained in:
Satoshi Asami 1995-05-16 10:31:25 +00:00
parent a66edb3187
commit d5531570b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8554

View File

@ -3,7 +3,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
# $Id: bsd.port.mk,v 1.161 1995/05/13 05:37:45 asami Exp $
# $Id: bsd.port.mk,v 1.162 1995/05/13 23:37:16 asami Exp $
#
# Please view me with 4 column tabs!
@ -1115,7 +1115,7 @@ fake-pkg:
@rm -rf ${PKG_DBDIR}/${PKGNAME}
.endif
@if [ ! -d ${PKG_DBDIR}/${PKGNAME} ]; then \
${ECHO_MSG} "===> Registering installation for ${PKGNAME}"; \
${ECHO_MSG} "===> Registering installation for ${PKGNAME}"; \
mkdir -p ${PKG_DBDIR}/${PKGNAME}; \
${PKG_CMD} ${PKG_ARGS} -O ${PKGFILE} > ${PKG_DBDIR}/${PKGNAME}/+CONTENTS; \
cp ${PKGDIR}/DESCR ${PKG_DBDIR}/${PKGNAME}/+DESC; \