diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 21:14:04 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 21:14:04 +0000 |
commit | 58942bab6dbee58f4bff47b5f7888deb6d9b99ac (patch) | |
tree | 49358e580db3691ebac42073ffddffb50c910f99 /chinese/big5con | |
parent | 6f6054cd8ee4ce85263e0dc0bea4e531782bd679 (diff) | |
download | ports-58942bab6dbee58f4bff47b5f7888deb6d9b99ac.tar.gz ports-58942bab6dbee58f4bff47b5f7888deb6d9b99ac.zip |
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Notes
Notes:
svn path=/head/; revision=21032
Diffstat (limited to 'chinese/big5con')
-rw-r--r-- | chinese/big5con/Makefile | 7 | ||||
-rw-r--r-- | chinese/big5con/pkg-message | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/chinese/big5con/Makefile b/chinese/big5con/Makefile index 59750a0e7677..125bc0b15fb9 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 000000000000..b89f178814f7 --- /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. +--------------------------------------------------------------- + |