Just realized that the spacing after "==>" is not consistent. I'm

terribly sorry, please merge this into 2.2 as well.
This commit is contained in:
Satoshi Asami 1996-11-14 11:45:42 +00:00
parent e27532f3a3
commit c0e21d1ce9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19742

View File

@ -6,7 +6,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
# $Id: bsd.port.mk,v 1.229 1996/11/13 11:37:40 asami Exp $
# $Id: bsd.port.mk,v 1.230 1996/11/14 11:35:19 asami Exp $
#
# Please view me with 4 column tabs!
@ -825,9 +825,9 @@ do-build:
.if !target(do-install)
do-install:
@if [ `/bin/sh -c umask` != 0022 ]; then \
${ECHO_MSG} "===> Warning: your umask is \"`/bin/sh -c umask`"\".; \
${ECHO_MSG} " If this is not desired, set it to an appropriate value"; \
${ECHO_MSG} " and install this port again by \`\`make reinstall''."; \
${ECHO_MSG} "===> Warning: your umask is \"`/bin/sh -c umask`"\".; \
${ECHO_MSG} " If this is not desired, set it to an appropriate value"; \
${ECHO_MSG} " and install this port again by \`\`make reinstall''."; \
fi
.if defined(USE_GMAKE)
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
@ -938,7 +938,7 @@ _PORT_USE: .USE
/bin/sh ${SCRIPTDIR}/${.TARGET:S/^real-/post-/}; \
fi
.if make(real-install) && defined(_MANPAGES) && !defined(NOMANCOMPRESS)
@${ECHO_MSG} "===> Compressing the manual pages for ${PKGNAME}"
@${ECHO_MSG} "===> Compressing the manual pages for ${PKGNAME}"
.for manpage in ${_MANPAGES}
@${GZIP_CMD} ${MANPREFIX}/${manpage}
.endfor
@ -1447,9 +1447,9 @@ fake-pkg:
${CP} ${PKGDIR}/REQ ${PKG_DBDIR}/${PKGNAME}/+REQ; \
fi; \
else \
${ECHO_MSG} "===> ${PKGNAME} is already installed - perhaps an older version?"; \
${ECHO_MSG} " If so, you may wish to \`\`pkg_delete ${PKGNAME}'' and install"; \
${ECHO_MSG} " this port again by \`\`make reinstall'' to upgrade it properly."; \
${ECHO_MSG} "===> ${PKGNAME} is already installed - perhaps an older version?"; \
${ECHO_MSG} " If so, you may wish to \`\`pkg_delete ${PKGNAME}'' and install"; \
${ECHO_MSG} " this port again by \`\`make reinstall'' to upgrade it properly."; \
fi
.endif