diff options
author | dougb <dougb@FreeBSD.org> | 2012-02-23 17:23:45 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-02-23 17:23:45 +0800 |
commit | 46484d7e465438c5256831dfccf26397700ed13b (patch) | |
tree | ffdb3723240016a00ca352154b1b16ab25d9ece1 /net-mgmt/hawk | |
parent | 9f302562df82265173b353d28e2a56c4bff0bcb5 (diff) | |
download | freebsd-ports-gnome-46484d7e465438c5256831dfccf26397700ed13b.tar.gz freebsd-ports-gnome-46484d7e465438c5256831dfccf26397700ed13b.tar.zst freebsd-ports-gnome-46484d7e465438c5256831dfccf26397700ed13b.zip |
Add some more explicit instructions for post-install configuration
Diffstat (limited to 'net-mgmt/hawk')
-rw-r--r-- | net-mgmt/hawk/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-mgmt/hawk/Makefile b/net-mgmt/hawk/Makefile index 39b970b008d8..7ab77d2fc8f5 100644 --- a/net-mgmt/hawk/Makefile +++ b/net-mgmt/hawk/Makefile @@ -63,6 +63,9 @@ post-install: @${ECHO} '******************************************************************************' > ${PKGMESSAGE} @${ECHO} '*** See ${PREFIX}/share/doc/hawk/create_hawk* for instructions on ***' >> ${PKGMESSAGE} @${ECHO} '*** creating the database and user that the PHP code expects. ***' >> ${PKGMESSAGE} + @${ECHO} '*** ***' >> ${PKGMESSAGE} + @${ECHO} '*** Copy daemon.conf.sample and php.conf.sample to their non-sample ***' >> ${PKGMESSAGE} + @${ECHO} '*** names in ${PREFIX}/etc/hawk, and configure local networks, etc. ***' >> ${PKGMESSAGE} @${ECHO} '******************************************************************************' >> ${PKGMESSAGE} @${CAT} ${PKGMESSAGE} |