diff options
Diffstat (limited to 'graphics/gracula/Makefile')
-rw-r--r-- | graphics/gracula/Makefile | 14 |
1 files changed, 1 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> |