diff options
author | asami <asami@FreeBSD.org> | 1996-11-14 19:45:42 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-14 19:45:42 +0800 |
commit | d92c95166ea0e92ea28fac9a8db2ff825707f93d (patch) | |
tree | 681e9f9f04cd260d8d56df1b662f8eb8b26152b9 /Mk | |
parent | a61c5a7a6d38539ff0ec42b1b2cb267197b3bc63 (diff) | |
download | freebsd-ports-gnome-d92c95166ea0e92ea28fac9a8db2ff825707f93d.tar.gz freebsd-ports-gnome-d92c95166ea0e92ea28fac9a8db2ff825707f93d.tar.zst freebsd-ports-gnome-d92c95166ea0e92ea28fac9a8db2ff825707f93d.zip |
Just realized that the spacing after "==>" is not consistent. I'm
terribly sorry, please merge this into 2.2 as well.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 40387d5e0f24..460ab511a973 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -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 |