diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2000-09-04 00:48:52 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2000-09-04 00:48:52 +0000 |
commit | 4cb9edbf17834597ee5a30c7519c12731d650c69 (patch) | |
tree | d41cfe3cd32e30ce72461b8ff1a7b06dc65f9f95 /games | |
parent | 7c5c167d0a923ee8f28cfa7f2f5d142da902efba (diff) | |
download | ports-4cb9edbf17834597ee5a30c7519c12731d650c69.tar.gz ports-4cb9edbf17834597ee5a30c7519c12731d650c69.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/cowsay/Makefile | 1 | ||||
-rw-r--r-- | games/cowsay/files/tux-stab.cow | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/games/cowsay/Makefile b/games/cowsay/Makefile index 8d58329d1889..5d07579bbec2 100644 --- a/games/cowsay/Makefile +++ b/games/cowsay/Makefile @@ -20,5 +20,6 @@ MAN1= cowsay.1 do-install: cd ${WRKSRC}; ${SH} install.sh ${PREFIX} + @${INSTALL_DATA} ${FILESDIR}/tux-stab.cow ${PREFIX}/share/cows .include <bsd.port.mk> diff --git a/games/cowsay/files/tux-stab.cow b/games/cowsay/files/tux-stab.cow new file mode 100644 index 000000000000..916ce502dbf4 --- /dev/null +++ b/games/cowsay/files/tux-stab.cow @@ -0,0 +1,26 @@ +## +## TuX and the Daemon +## (c) pborys@p-soft.silesia.linux.org.pl +## (c) Marshall Kirk McKusick +## +$the_cow = <<EOC; + $thoughts , , + $thoughts /( )` + $thoughts \\ \\___ / | + $thoughts /- _ `-/ ' + $thoughts (/\\/ \\ \\ /\\ + $thoughts / / | ` \\ + $thoughts O O ) / | + $thoughts `-^--'`< ' + .--. (_.) _ ) / + |o_o | `.___/` / + |:_/ | `-----' / + //<- \\ \\----. __ / __ \\ + (| <- | )---|====O)))==) \\) /==== + /'\\ <- _/`\\---' `--' `.__,' \\ + \\___)=(___/ | | + \\ / + ______( (_ / \\______ + ,' ,-----' | \\ + `--{__________) \\/ +EOC |