svn commit: r355043 - head/www/hotcrp

Kevin Lo kevlo at FreeBSD.org
Sat May 24 15:09:59 UTC 2014


Author: kevlo
Date: Sat May 24 15:09:58 2014
New Revision: 355043
URL: http://svnweb.freebsd.org/changeset/ports/355043
QAT: https://qat.redports.org/buildarchive/r355043/

Log:
  Stage support
  
  PR:	ports/190144
  Submitted by:	Joseph Benden

Modified:
  head/www/hotcrp/Makefile

Modified: head/www/hotcrp/Makefile
==============================================================================
--- head/www/hotcrp/Makefile	Sat May 24 14:38:42 2014	(r355042)
+++ head/www/hotcrp/Makefile	Sat May 24 15:09:58 2014	(r355043)
@@ -10,7 +10,7 @@ COMMENT=	Web based conference management
 
 RUN_DEPENDS=	${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail \
 		${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \
-		pdftohtml:${PORTSDIR}/textproc/pdftohtml \
+		pdf-to-html:${PORTSDIR}/textproc/pdftohtml \
 		zip:${PORTSDIR}/archivers/zip
 
 USE_PHP=	mysqli gd session ctype
@@ -26,11 +26,10 @@ SUB_FILES=	pkg-message
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NO_STAGE=	yes
 do-install:
-	${MKDIR} ${WWWDIR}
-	@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}
-	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
+	${MKDIR} ${STAGEDIR}${WWWDIR}
+	@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
+	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}
 
 post-install:
 	@${CAT} ${PKGMESSAGE}


More information about the svn-ports-all mailing list