diff options
Diffstat (limited to 'www/xoops/Makefile')
-rw-r--r-- | www/xoops/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/xoops/Makefile b/www/xoops/Makefile index cf51d726cc96..d08455b98276 100644 --- a/www/xoops/Makefile +++ b/www/xoops/Makefile @@ -6,11 +6,11 @@ # PORTNAME= xoops -PORTVERSION= 2.3.3 +PORTVERSION= 2.3.3b CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/XOOPS%20Core%20%28stable%20releases%29/XOOPS%20${PORTVERSION} -MAINTAINER= wenheping@gmail.com +MAINTAINER= wen@FreeBSD.org COMMENT= A Dynamic Web CMS USE_PHP= mysql @@ -23,10 +23,10 @@ SUB_FILES= pkg-message do-install: ${MKDIR} ${WWWDIR} .for i in checksum.md5 checksum.php release_notes.txt - @cd ${WRKSRC} && ${CP} ${i} ${WWWDIR}/ + @cd ${WRKDIR} && ${CP} ${i} ${WWWDIR}/ .endfor .for d in docs extras htdocs upgrade - @cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${WWWDIR} + @cd ${WRKDIR} && ${COPYTREE_SHARE} ${d} ${WWWDIR} .endfor @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} @${CHMOD} -R 755 ${WWWDIR} |