diff options
author | tron <tron> | 1998-08-22 20:12:04 +0000 |
---|---|---|
committer | tron <tron> | 1998-08-22 20:12:04 +0000 |
commit | 8cc1133a9997010669f0e9422d3af3ef687c9e54 (patch) | |
tree | 9a7b9d76de5ab3f3b296c5781b30746738abc891 /mk | |
parent | 191b5fa9714d161efd2e315c5d498a1cf1f6d343 (diff) | |
download | pkgsrc-8cc1133a9997010669f0e9422d3af3ef687c9e54.tar.gz |
Print an empty line before and after message file as "pkg_add" does.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 1c21b0503f2..53f73c24ffc 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.146 1998/08/20 15:17:16 tsarna Exp $ +# $NetBSD: bsd.pkg.mk,v 1.147 1998/08/22 20:12:04 tron Exp $ # # This file is in the public domain. # @@ -1163,7 +1163,9 @@ _PORT_USE: .USE fi) .if exists(${PKGDIR}/MESSAGE) @${ECHO_MSG} "===> Please note the following:" + @${ECHO_MSG} "" @${CAT} ${PKGDIR}/MESSAGE + @${ECHO_MSG} "" .endif @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} fake-pkg .endif |