aboutsummaryrefslogtreecommitdiff
path: root/graphics/gracula
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-27 21:14:04 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-27 21:14:04 +0000
commit58942bab6dbee58f4bff47b5f7888deb6d9b99ac (patch)
tree49358e580db3691ebac42073ffddffb50c910f99 /graphics/gracula
parent6f6054cd8ee4ce85263e0dc0bea4e531782bd679 (diff)
downloadports-58942bab6dbee58f4bff47b5f7888deb6d9b99ac.tar.gz
ports-58942bab6dbee58f4bff47b5f7888deb6d9b99ac.zip
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=21032
Diffstat (limited to 'graphics/gracula')
-rw-r--r--graphics/gracula/Makefile14
-rw-r--r--graphics/gracula/pkg-message12
2 files changed, 13 insertions, 13 deletions
diff --git a/graphics/gracula/Makefile b/graphics/gracula/Makefile
index 5f4cf0e775fc..bef9384ae40b 100644
--- a/graphics/gracula/Makefile
+++ b/graphics/gracula/Makefile
@@ -20,18 +20,6 @@ do-install:
${MKDIR} ${PREFIX}/share/doc/gracula
${INSTALL_MAN} ${WRKSRC}/NNL ${PREFIX}/share/doc/gracula
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/gracula
- @echo
- @echo " Please read the file ${PREFIX}/share/doc/gracula/README"
- @echo " to learn how to use Graphic Counter Language."
-.endif
- @echo
- @echo " An introductory tutorial, and a GCL FAQ, can be found at"
- @echo " http://www.whizkidtech.net/gcl/"
- @echo " You should read both to take full advantage of the power"
- @echo " of Graphic Counter Language."
- @echo
- @echo " Also, sample scripts and graphics are available from"
- @echo " Count Gracula's Gallery, http://www.whizkidtech.net/gcl/gallery/"
- @echo
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/graphics/gracula/pkg-message b/graphics/gracula/pkg-message
new file mode 100644
index 000000000000..f63e515ba9ae
--- /dev/null
+++ b/graphics/gracula/pkg-message
@@ -0,0 +1,12 @@
+
+ Please read the file ${PREFIX}/share/doc/gracula/README
+ to learn how to use Graphic Counter Language.
+
+ An introductory tutorial, and a GCL FAQ, can be found at
+ http://www.whizkidtech.net/gcl/
+ You should read both to take full advantage of the power
+ of Graphic Counter Language.
+
+ Also, sample scripts and graphics are available from
+ Count Gracula's Gallery, http://www.whizkidtech.net/gcl/gallery/
+