diff options
author | linimon <linimon@FreeBSD.org> | 2004-03-05 08:13:40 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-03-05 08:13:40 +0800 |
commit | 04ddd3f4e50c8927c246f7a02025223afde83b6b (patch) | |
tree | cc3068571dcaff32f7d0fe933098256fb3e2b84a /graphics | |
parent | e46a635bee2c259340fc9a3aec8444e590552ddb (diff) | |
download | freebsd-ports-gnome-04ddd3f4e50c8927c246f7a02025223afde83b6b.tar.gz freebsd-ports-gnome-04ddd3f4e50c8927c246f7a02025223afde83b6b.tar.zst freebsd-ports-gnome-04ddd3f4e50c8927c246f7a02025223afde83b6b.zip |
Fix plist and unbreak. (This port does something screwy with its
man page, but whatever).
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/robot/Makefile | 4 | ||||
-rw-r--r-- | graphics/robot/pkg-plist | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/graphics/robot/Makefile b/graphics/robot/Makefile index 6323aad55647..58680ee0d86f 100644 --- a/graphics/robot/Makefile +++ b/graphics/robot/Makefile @@ -18,8 +18,6 @@ COMMENT= Graph plotting and data analysis program using OpenLook BUILD_DEPENDS= fsplit:${PORTSDIR}/devel/fortran-utils LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview -BROKEN= "Broken pkg-plist" - USE_REINPLACE= yes USE_X_PREFIX= yes USE_GMAKE= yes @@ -30,8 +28,6 @@ pre-build: @${REINPLACE_CMD} -e 's+netscape+${WEB_BROWSER}+ ' \ ${WRKSRC}/Robot/Makefile -MAN1= robot.1 - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Robot/robot ${PREFIX}/bin @${MKDIR} ${PREFIX}/lib/help diff --git a/graphics/robot/pkg-plist b/graphics/robot/pkg-plist index a4add66a2ac9..cb111c278111 100644 --- a/graphics/robot/pkg-plist +++ b/graphics/robot/pkg-plist @@ -1,5 +1,6 @@ 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 |