diff options
Diffstat (limited to 'graphics/robot/Makefile')
-rw-r--r-- | graphics/robot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/robot/Makefile b/graphics/robot/Makefile index 171f9cb11716..8ef270201540 100644 --- a/graphics/robot/Makefile +++ b/graphics/robot/Makefile @@ -24,6 +24,8 @@ USE_GMAKE= yes MAKE_ENV+= OPENWINHOME=${X11BASE} WEB_BROWSER?= mozilla +MANL= robot.l + pre-build: @${REINPLACE_CMD} -e 's+netscape+${WEB_BROWSER}+ ' \ ${WRKSRC}/Robot/Makefile |