Make use of SUB_FILES

This commit is contained in:
Edwin Groothuis 2006-07-31 06:24:31 +00:00
parent 64618383c3
commit 5e0881913f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169185
4 changed files with 10 additions and 8 deletions

View File

@ -16,8 +16,9 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= vtiger CRM is open source Customer Relationship Management (CRM) software
USE_PHP= mysql gd session pcre xml
NO_BUILD= yes
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
WWWDIR?= ${PREFIX}/www/vtiger
WRKSRC= ${WRKDIR}/vtiger_crm
@ -31,6 +32,6 @@ do-install:
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
post-install:
@${CAT} pkg-message
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -1,11 +1,11 @@
****************************************************************
vtiger is installed in ${PREFIX}/www/vtiger.
vtiger is installed in %%PREFIX%%/www/vtiger.
You need to create an MySQL database called vtiger, and an user
vtiger which is allowed to acces the database from localhost.
Then, setup a virtual host in your webserver which has DocumentRoot
to ${PREFIX}/www/vtiger. If your php.ini states that all errors
to %%PREFIX%%/www/vtiger. If your php.ini states that all errors
should go to the users webbrowser, better turn that off now:
php_flag display_errors Off

View File

@ -16,8 +16,9 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= vtiger CRM is open source Customer Relationship Management (CRM) software
USE_PHP= mysql gd session pcre xml
NO_BUILD= yes
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
WWWDIR?= ${PREFIX}/www/vtiger
WRKSRC= ${WRKDIR}/vtiger_crm
@ -31,6 +32,6 @@ do-install:
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
post-install:
@${CAT} pkg-message
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -1,11 +1,11 @@
****************************************************************
vtiger is installed in ${PREFIX}/www/vtiger.
vtiger is installed in %%PREFIX%%/www/vtiger.
You need to create an MySQL database called vtiger, and an user
vtiger which is allowed to acces the database from localhost.
Then, setup a virtual host in your webserver which has DocumentRoot
to ${PREFIX}/www/vtiger. If your php.ini states that all errors
to %%PREFIX%%/www/vtiger. If your php.ini states that all errors
should go to the users webbrowser, better turn that off now:
php_flag display_errors Off