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/cowsay/Makefile | |
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/cowsay/Makefile')
-rw-r--r-- | games/cowsay/Makefile | 1 |
1 files changed, 1 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 |