freebsd-ports/russian/fortuneru/pkg-install
Ion-Mihai Tetcu bc7a1fddcc - update to 0.6
- change maintainer's email

PR:		ports/102182
Submitted by:	Oleksandr Bezpalko (maintainer)
2006-08-19 09:13:46 +00:00

14 lines
232 B
Bash

#!/bin/sh
# $FreeBSD$
#
if [ "$2" != "PRE-INSTALL" ]; then
exit 0
fi
if [ ! -x "/usr/games/strfile" ]; then
echo ""
echo "You must have the ``games'' distribution installed to use this port."
echo ""
exit 1
fi