=================================================================== RCS file: /cvs/ports/mail/squirrelmail/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ports/mail/squirrelmail/Makefile 2010/08/16 06:17:02 1.9 +++ ports/mail/squirrelmail/Makefile 2010/12/24 05:18:13 1.10 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2010/08/16 05:17:02 yason Exp $ +# $OpenBSD: Makefile,v 1.10 2010/12/24 05:18:13 yason Exp $ COMMENT = standards-based webmail package written in PHP @@ -25,8 +25,12 @@ PREFIX = /var/www INSTDIR = ${PREFIX}/htdocs/squirrelmail -RUN_DEPENDS = :php5-core-*:www/php5/core +RUN_DEPENDS = php5-core-*:www/php5/core +do-configure: + # This option hides SquirrelMail version on login page + echo "\$$hide_sm_attributions = true;" >> ${WRKDIST}/config/config_local.php + mv ${WRKDIST}/config/config_local.php ${WRKDIST}/config/config_local_default.php do-install: ${INSTALL_DATA_DIR} ${INSTDIR} cd ${WRKDIST}; tar cf - . | tar xf - -C ${INSTDIR}