Use FORBIDDEN instead of BROKEN.

Inspired from:	cvsweb
This commit is contained in:
Jun Kuriyama 2002-05-21 05:38:01 +00:00
parent 03f456e933
commit 3cbeb2fd4f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59596
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ NO_BUILD= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
INSTDIR?= ${PORTNAME}-${PORTVERSION}
PLIST_SUB= INSTDIR=${INSTDIR}
BROKEN= "CSS probem."
FORBIDDEN= "due to cross-site scripting vulnerabilities"
do-install:
@ cd ${WRKSRC} && INSTDIR=${PREFIX}/${INSTDIR} ${PYTHON_CMD} viewcvs-install

View File

@ -18,7 +18,7 @@ NO_BUILD= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
INSTDIR?= ${PORTNAME}-${PORTVERSION}
PLIST_SUB= INSTDIR=${INSTDIR}
BROKEN= "CSS probem."
FORBIDDEN= "due to cross-site scripting vulnerabilities"
do-install:
@ cd ${WRKSRC} && INSTDIR=${PREFIX}/${INSTDIR} ${PYTHON_CMD} viewcvs-install