summaryrefslogtreecommitdiff
path: root/www/g-gcl
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
commitb8f8618362b39a01e2225feef7d298fb22cafe2f (patch)
tree67a28a0746219c11b5e630daec412185165d3ed9 /www/g-gcl
parentUpdate to version 0.9.48 (diff)
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=21034
Diffstat (limited to 'www/g-gcl')
-rw-r--r--www/g-gcl/Makefile8
-rw-r--r--www/g-gcl/pkg-message5
2 files changed, 7 insertions, 6 deletions
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 <adam@whizkidtech.net>
#
-# $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 <bsd.port.mk>
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.
+