diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-03-05 00:13:40 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-03-05 00:13:40 +0000 |
commit | ee0009ead4ec12ce51ffc50f53a88b7a57cbf6b8 (patch) | |
tree | 753a8b05899fa53e8f98cfbf4f978e12a393cd25 /graphics/robot | |
parent | Dump GNU_CONFIGURE in favour of USE_LIBTOOL and lthack. (diff) |
Fix plist and unbreak. (This port does something screwy with its
man page, but whatever).
Diffstat (limited to 'graphics/robot')
-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 |