diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-02-24 08:49:37 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-02-24 08:49:37 +0000 |
commit | 06edbea395fe03032783631e50337bca25ec3846 (patch) | |
tree | a5f92487125b9d5520fcfef780d0c4f3a883cd33 /www/moodle2 | |
parent | dd05ef43faf6f77defc492ad20ac7f4eca722d27 (diff) | |
download | ports-06edbea395fe03032783631e50337bca25ec3846.tar.gz ports-06edbea395fe03032783631e50337bca25ec3846.zip |
Notes
Diffstat (limited to 'www/moodle2')
-rw-r--r-- | www/moodle2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/moodle2/Makefile b/www/moodle2/Makefile index ced6dd7ab91c..a3afe2b3a818 100644 --- a/www/moodle2/Makefile +++ b/www/moodle2/Makefile @@ -7,6 +7,7 @@ PORTNAME= moodle PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.moodle.org/stable20/ \ http://download2.moodle.org/stable20/ \ @@ -52,7 +53,7 @@ USE_PHP+= ldap .endif .if !defined(WITHOUT_MIMETEX) -RUN_DEPENDS+= ${LOCALBASE}/www/cgi-bin/mimetex.cgi:${PORTSDIR}/www/mimetex +RUN_DEPENDS+= ${LOCALBASE}/www/mimetex/cgi-bin/mimetex.cgi:${PORTSDIR}/www/mimetex .endif NO_BUILD= yes @@ -84,7 +85,7 @@ do-install: ${CHMOD} 755 ${PREFIX}/${MOODLEDATADIR} @${ECHO_CMD} '@exec ${CHMOD} 755 ${PREFIX}/${MOODLEDATADIR}' >> ${TMPPLIST} .if !defined(WITHOUT_MIMETEX) - ${LN} -sf ${PREFIX}/www/cgi-bin/mimetex.cgi ${PREFIX}/${MOODLEDIR}/filter/tex/mimetex.freebsd + ${LN} -sf ${PREFIX}/www/mimetex/cgi-bin/mimetex.cgi ${PREFIX}/${MOODLEDIR}/filter/tex/mimetex.freebsd .endif post-install: |