are you sure, that your make install was running well? It looks like
Code:
if test -f ./preinst.$(HOST_OS) || test -f ./postinst.$(HOST_OS) ; then \
$(CMD_INSTALL) ./maintainer-helper.sh $(SYSTEM_SETUP_ROOT)/; \
fi
if test -f ./preinst.$(HOST_OS) ; then \
$(CMD_INSTALL) ./preinst.$(HOST_OS) $(SYSTEM_SETUP_ROOT)/preinst; \
fi
if test -f ./postinst.$(HOST_OS) ; then \
$(CMD_INSTALL) ./postinst.$(HOST_OS) $(SYSTEM_SETUP_ROOT)/postinst; \
fi
in ./maintscripts/BSDMakefile was not executed. Could you please verify in /tmp/ispcp/var/www/ispcp/engine/setup/ there should be the files "maintainer-helper.sh" and "preinst"