diff options
-rw-r--r-- | devel/viewcvs/Makefile | 2 | ||||
-rw-r--r-- | devel/viewvc/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/viewcvs/Makefile b/devel/viewcvs/Makefile index ef5eb87ee78c..0aaa330ff2fe 100644 --- a/devel/viewcvs/Makefile +++ b/devel/viewcvs/Makefile @@ -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 diff --git a/devel/viewvc/Makefile b/devel/viewvc/Makefile index ef5eb87ee78c..0aaa330ff2fe 100644 --- a/devel/viewvc/Makefile +++ b/devel/viewvc/Makefile @@ -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 |