Fix Path to standalone server script
Bump PORTREVISION PR: 148814 Reported by: Stephen Morton <tungolcraeft@gmail.com> Submitted by: maintainer
This commit is contained in:
parent
f5c7917808
commit
0c482ff125
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258391
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= moinmoin
|
||||
PORTVERSION= 1.9.2
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= http://static.moinmo.in/files/
|
||||
DISTNAME= moin-${PORTVERSION}
|
||||
|
@ -33,7 +33,7 @@ MOINTYPE?= CGI
|
|||
PKGDEINSTALL= ${PKGINSTALL}
|
||||
|
||||
.if ${MOINTYPE} == "STANDALONE"
|
||||
MOINSCRIPT= ${MOINDIR}/server/wikiserver.py
|
||||
MOINSCRIPT= ${MOINDIR}/server/moin
|
||||
.elif ${MOINTYPE} == "FCGI"
|
||||
MOINSCRIPT= ${MOINDIR}/server/moin.fcgi
|
||||
.elif ${MOINTYPE} == "MOD_PYTHON"
|
||||
|
|
Loading…
Reference in a new issue