* Jeff R. Allen [2008-10-05]: > I am working on a port where one step is "make install-db", to setup > the schema in the (mysql) database so that the app will be ready to > run with nothing more than "pkg_add $portname". Is there an existing > port that handles this job in a way you'd recommend that I replicate?
You have to deal with this in a post-install README. I really doubt you could setup a mysql database and package it in a sensible way. Nikolay