summaryrefslogtreecommitdiff
path: root/www/g-gcl
diff options
context:
space:
mode:
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.
+