openbsd-ports/www/php3/pkg/INSTALL
jakob b187f9ed2a add mysql flavour
fake installation and add php3-enable script

(ok turan@ before freeze)
2000-04-17 19:29:47 +00:00

19 lines
322 B
Plaintext

#!/bin/sh
#
# $OpenBSD: INSTALL,v 1.1 2000/04/17 19:29:48 jakob Exp $
#
# php3 installation
set -e
echo
echo "+---------------"
echo "| To finish the install, you need to enable the php3"
echo "| module using the following command"
echo "|"
echo "| ${PKG_PREFIX}/sbin/php3-enable"
echo "+---------------"
echo
exit 0