diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-27 21:14:04 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-27 21:14:04 +0000 |
commit | 981aafd51d07e05ddd72e92094db0a39a35d8a23 (patch) | |
tree | 72d3d7150282d19ce68e2126dc5e731712d27a03 /chinese | |
parent | e478897177c3c4652e7277c09503273dfff9dd3a (diff) | |
download | FreeBSD-ports-981aafd51d07e05ddd72e92094db0a39a35d8a23.zip FreeBSD-ports-981aafd51d07e05ddd72e92094db0a39a35d8a23.tar.gz |
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/bg5ps/Makefile | 5 | ||||
-rw-r--r-- | chinese/bg5ps/pkg-message | 5 | ||||
-rw-r--r-- | chinese/big5con/Makefile | 7 | ||||
-rw-r--r-- | chinese/big5con/pkg-message | 6 |
4 files changed, 13 insertions, 10 deletions
diff --git a/chinese/bg5ps/Makefile b/chinese/bg5ps/Makefile index 92accf7..1d1862c 100644 --- a/chinese/bg5ps/Makefile +++ b/chinese/bg5ps/Makefile @@ -27,9 +27,6 @@ do-install: .endfor post-install: - @echo ----------------------------------------------------------- - @echo Copy ${PREFIX}/share/doc/bg5ps/bg5ps.conf to ~/.bg5ps.conf. - @echo Then run "bg5ps -h" for help. - @echo ----------------------------------------------------------- + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/chinese/bg5ps/pkg-message b/chinese/bg5ps/pkg-message new file mode 100644 index 0000000..2d7a61b --- /dev/null +++ b/chinese/bg5ps/pkg-message @@ -0,0 +1,5 @@ +----------------------------------------------------------- +Copy ${PREFIX}/share/doc/bg5ps/bg5ps.conf to ~/.bg5ps.conf. +Then run "bg5ps -h" for help. +----------------------------------------------------------- + diff --git a/chinese/big5con/Makefile b/chinese/big5con/Makefile index 59750a0..125bc0b 100644 --- a/chinese/big5con/Makefile +++ b/chinese/big5con/Makefile @@ -37,11 +37,6 @@ pre-install: fi post-install: - @echo - @echo "---------------------------------------------------------------" - @echo "You need to add a line 'options SYSVSHM' to your kernel config." - @echo "Use 'b5c' to run the big5 console." - @echo "---------------------------------------------------------------" - @echo + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/chinese/big5con/pkg-message b/chinese/big5con/pkg-message new file mode 100644 index 0000000..b89f178 --- /dev/null +++ b/chinese/big5con/pkg-message @@ -0,0 +1,6 @@ + +--------------------------------------------------------------- +You need to add a line 'options SYSVSHM' to your kernel config. +Use 'b5c' to run the big5 console. +--------------------------------------------------------------- + |