summaryrefslogtreecommitdiffstats
path: root/www/g-gcl
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
committermharo <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
commitc703665fd61c774a392a6785e6b1c49569072bf1 (patch)
treefadaf059519c61c85fed9e8be59d5c262720f5d3 /www/g-gcl
parentb6234e33d2dcb7767ac29adb112187db9036c665 (diff)
downloadFreeBSD-ports-c703665fd61c774a392a6785e6b1c49569072bf1.zip
FreeBSD-ports-c703665fd61c774a392a6785e6b1c49569072bf1.tar.gz
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
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 b485755..d57b6e2 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 0000000..67c534f
--- /dev/null
+++ b/www/g-gcl/pkg-message
@@ -0,0 +1,5 @@
+
+ Sample scripts installed in the
+ ${PREFIX}/share/examples/gracula/
+ directory.
+
OpenPOWER on IntegriCloud