From b8f8618362b39a01e2225feef7d298fb22cafe2f Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Fri, 27 Aug 1999 22:30:39 +0000 Subject: echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} --- www/g-gcl/Makefile | 8 ++------ www/g-gcl/pkg-message | 5 +++++ 2 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 www/g-gcl/pkg-message (limited to 'www/g-gcl') diff --git a/www/g-gcl/Makefile b/www/g-gcl/Makefile index b4857556cdf5..d57b6e2aca87 100644 --- a/www/g-gcl/Makefile +++ b/www/g-gcl/Makefile @@ -3,7 +3,7 @@ # Date created: 21 Jun 1999 # Whom: G. Adam Stanislav # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/06/22 06:23:45 cpiazza Exp $ # DISTNAME= g-gcl-1.10 @@ -31,10 +31,6 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/space.gcl.sample ${PREFIX}/share/examples/gracula ${INSTALL_SCRIPT} ${WRKSRC}/sec2000.gcl.sample ${PREFIX}/share/examples/gracula ${INSTALL_SCRIPT} ${WRKSRC}/tri.gcl.sample ${PREFIX}/share/examples/gracula - @echo - @echo " Sample scripts installed in the" - @echo " ${PREFIX}/share/examples/gracula/" - @echo " directory." - @echo + @${CAT} ${PKGMESSAGE} .include diff --git a/www/g-gcl/pkg-message b/www/g-gcl/pkg-message new file mode 100644 index 000000000000..67c534f70dd8 --- /dev/null +++ b/www/g-gcl/pkg-message @@ -0,0 +1,5 @@ + + Sample scripts installed in the + ${PREFIX}/share/examples/gracula/ + directory. + -- cgit v1.2.3