diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
commit | b8f8618362b39a01e2225feef7d298fb22cafe2f (patch) | |
tree | 67a28a0746219c11b5e630daec412185165d3ed9 /japanese/tk42 | |
parent | 3927b01845af9489e456e36e73d2511621daea90 (diff) | |
download | ports-b8f8618362b39a01e2225feef7d298fb22cafe2f.tar.gz ports-b8f8618362b39a01e2225feef7d298fb22cafe2f.zip |
Notes
Diffstat (limited to 'japanese/tk42')
-rw-r--r-- | japanese/tk42/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/japanese/tk42/Makefile b/japanese/tk42/Makefile index b2ed72d34345..1589ffa5d879 100644 --- a/japanese/tk42/Makefile +++ b/japanese/tk42/Makefile @@ -55,14 +55,14 @@ post-install: .if ${PORTOBJFORMAT} == "aout" ${LN} -sf libtk42jp.so.1.0 ${PREFIX}/lib/libtk42jp.so .endif - @echo "**********" - @echo "IMPORTANT:" - @echo "**********" - @echo "We've installed:" - @echo "tkConfig.sh in $(PREFIX)/lib/tk$(VERSION)/tkConfig.sh" - @echo "tk.h in $(PREFIX)/include/tk$(VERSION)/tk.h" - @echo "These are NOT the default place, but good place to avoid" - @echo "conflicting with another version of Tcl/Tks." + @${ECHO_MSG} "**********" + @${ECHO_MSG} "IMPORTANT:" + @${ECHO_MSG} "**********" + @${ECHO_MSG} "We've installed:" + @${ECHO_MSG} "tkConfig.sh in $(PREFIX)/lib/tk$(VERSION)/tkConfig.sh" + @${ECHO_MSG} "tk.h in $(PREFIX)/include/tk$(VERSION)/tk.h" + @${ECHO_MSG} "These are NOT the default place, but good place to avoid" + @${ECHO_MSG} "conflicting with another version of Tcl/Tks." test: cd ${WRKSRC}; ${SETENV} PORTOBJFORMAT=${PORTOBJFORMAT} ${MAKE} test |