diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-01 23:11:55 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-01 23:11:55 +0000 |
commit | a1b5147d089fc0ddba4e2e42fad0ea805b2081c6 (patch) | |
tree | 7d9ee5f144656413f44683ea9fc7778a84e60d56 /graphics/robot | |
parent | Upgrade to 0.11.1 (diff) |
- Fix typo
Diffstat (limited to 'graphics/robot')
-rw-r--r-- | graphics/robot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/robot/Makefile b/graphics/robot/Makefile index 3dec6c738027..50a6c81d9755 100644 --- a/graphics/robot/Makefile +++ b/graphics/robot/Makefile @@ -7,7 +7,7 @@ PORTNAME= robot PORTVERSION= 4.93.89 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://lheaftp.gsfc.nasa.gov/pub/corbet/robot/ DISTNAME= robot-beta @@ -28,7 +28,7 @@ pre-build: @${REINPLACE_CMD} -e 's+netscape+${WEB_BROWSER}+ ' \ ${WRKSRC}/Robot/Makefile -MANL= robot.l +MAN1= robot.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Robot/robot ${PREFIX}/bin |