diff options
author | billf <billf@FreeBSD.org> | 2002-07-01 15:32:02 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2002-07-01 15:32:02 +0800 |
commit | 0a14c407e7e6f3f36359a22c8c5774a00ea4b534 (patch) | |
tree | 3bafffc123aceb2920e7ea28d5f41f283b824627 /games | |
parent | ea00b3ce5ce68e9b1997b308323ed043f67c0bb8 (diff) | |
download | freebsd-ports-gnome-0a14c407e7e6f3f36359a22c8c5774a00ea4b534.tar.gz freebsd-ports-gnome-0a14c407e7e6f3f36359a22c8c5774a00ea4b534.tar.zst freebsd-ports-gnome-0a14c407e7e6f3f36359a22c8c5774a00ea4b534.zip |
provide adequate ascii assistance for putting people in the box.
Not Approved by: kris
Obtained from: green
Diffstat (limited to 'games')
-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 |