diff options
Diffstat (limited to 'www/red5/Makefile')
-rw-r--r-- | www/red5/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/red5/Makefile b/www/red5/Makefile index 33bfab14aa3d..23aa281a3af9 100644 --- a/www/red5/Makefile +++ b/www/red5/Makefile @@ -20,6 +20,7 @@ RED5_HOME?= ${PREFIX}/${PORTNAME} SUB_LIST+= RED5_USER=${RED5_USER} RED5_HOME=${RED5_HOME} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/host=0.0.0.0/host=127.0.0.1/' ${WRKSRC}/conf/red5.properties @${RM} ${WRKSRC}/conf/red5.properties.bak |