From ec68084e8f719f8c0e1281f43aa93ae8910a6ab8 Mon Sep 17 00:00:00 2001 From: kevlo Date: Tue, 7 Jun 2011 05:50:31 +0000 Subject: - Add missing PHP extensions (session, ctype) - Fix portlint warnings PR: ports/157552 Submitted by: Lars Eggert --- www/hotcrp/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'www/hotcrp') diff --git a/www/hotcrp/Makefile b/www/hotcrp/Makefile index 06f3fa23aaec..7164eb76da2f 100644 --- a/www/hotcrp/Makefile +++ b/www/hotcrp/Makefile @@ -7,6 +7,7 @@ PORTNAME= hotcrp PORTVERSION= 2.45 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.cs.ucla.edu/~kohler/hotcrp/ @@ -16,14 +17,16 @@ COMMENT= A web based conference management software RUN_DEPENDS= ${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail \ ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \ pdftohtml:${PORTSDIR}/textproc/pdftohtml -USE_PHP= mysql gd + +USE_PHP= mysql gd session ctype +USE_MYSQL= server PEARDIR= ${PREFIX}/share/pear WWWDOCROOT?= www NO_BUILD= yes -SUB_FILES= pkg-message +SUB_FILES= pkg-message LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE @@ -31,7 +34,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE do-install: ${MKDIR} ${WWWDIR} @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR} - ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} + ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} post-install: @${CAT} ${PKGMESSAGE} -- cgit