diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-28 16:14:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-28 16:14:07 +0000 |
commit | 0efdd4ac396e43f2f290fc3559f5e44ad24e4972 (patch) | |
tree | 52fc6089535a3c26b1ec56888de79bb74d66e432 /graphics/robot | |
parent | 920d0f6ae22fb331e123151e03e99926a9745b45 (diff) | |
download | ports-0efdd4ac396e43f2f290fc3559f5e44ad24e4972.tar.gz ports-0efdd4ac396e43f2f290fc3559f5e44ad24e4972.zip |
Notes
Diffstat (limited to 'graphics/robot')
-rw-r--r-- | graphics/robot/Makefile | 2 | ||||
-rw-r--r-- | graphics/robot/pkg-plist | 1 |
2 files changed, 2 insertions, 1 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 diff --git a/graphics/robot/pkg-plist b/graphics/robot/pkg-plist index cb111c278111..a4add66a2ac9 100644 --- a/graphics/robot/pkg-plist +++ b/graphics/robot/pkg-plist @@ -1,6 +1,5 @@ bin/robot lib/help/robot.info -man/manl/robot.l %%PORTDOCS%%%%DOCSDIR%%/RobotManual.ps.gz %%PORTDOCS%%%%EXAMPLESDIR%%/3d_demo.rob %%PORTDOCS%%%%EXAMPLESDIR%%/anime_demo.rob |