diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2002-07-01 07:32:02 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2002-07-01 07:32:02 +0000 |
commit | 2ec20b1be8b47800072a80e9254020c76b5c9c9e (patch) | |
tree | d4e028a648fd72282b0aa414fc1f10fe44ff1c43 /games/cowsay | |
parent | Prepare for xforms update. (diff) |
provide adequate ascii assistance for putting people in the box.
Not Approved by: kris
Obtained from: green
Notes
Notes:
svn path=/head/; revision=62255
Diffstat (limited to 'games/cowsay')
-rw-r--r-- | games/cowsay/Makefile | 1 | ||||
-rw-r--r-- | games/cowsay/files/box.cow | 12 | ||||
-rw-r--r-- | games/cowsay/pkg-plist | 1 |
3 files changed, 14 insertions, 0 deletions
diff --git a/games/cowsay/Makefile b/games/cowsay/Makefile index 78c876238ae9..8743621d0af1 100644 --- a/games/cowsay/Makefile +++ b/games/cowsay/Makefile @@ -21,6 +21,7 @@ MAN1= cowsay.1 do-install: cd ${WRKSRC}; ${SH} install.sh ${PREFIX} + @${INSTALL_DATA} ${FILESDIR}/box.cow ${PREFIX}/share/cows @${INSTALL_DATA} ${FILESDIR}/jkh.cow ${PREFIX}/share/cows @${INSTALL_DATA} ${FILESDIR}/tux-stab.cow ${PREFIX}/share/cows diff --git a/games/cowsay/files/box.cow b/games/cowsay/files/box.cow new file mode 100644 index 000000000000..8413c477e8e2 --- /dev/null +++ b/games/cowsay/files/box.cow @@ -0,0 +1,12 @@ +# Created by Brian Feldman <green@FreeBSD.org> +# Updated for content by Robert Watson <rwatson@FreeBSD.org> +# +$the_cow = ""; +$the_cow .= " $thoughts\n"; +$the_cow .= " $thoughts\n"; +$the_cow .= " .----------------------.\n"; +$the_cow .= " / \\ |\\\n"; +$the_cow .= " \\ \\____________________|_\\\n"; +$the_cow .= " \\\\/\\______________________\\\n"; +$the_cow .= " \\| BOX O' STUPID PEOPLE |\n"; +$the_cow .= " `----------------------'\n"; diff --git a/games/cowsay/pkg-plist b/games/cowsay/pkg-plist index a706a190e3fc..9da51d429194 100644 --- a/games/cowsay/pkg-plist +++ b/games/cowsay/pkg-plist @@ -3,6 +3,7 @@ bin/cowthink man/man1/cowthink.1 share/cows/beavis.zen.cow share/cows/bong.cow +share/cows/box.cow share/cows/bud-frogs.cow share/cows/bunny.cow share/cows/cheese.cow |