diff --git a/devel/roboctl/Makefile b/devel/roboctl/Makefile index d9061449d20b..30d51dcb88f4 100644 --- a/devel/roboctl/Makefile +++ b/devel/roboctl/Makefile @@ -1,35 +1,36 @@ PORTNAME= roboctl PORTVERSION= 0.3.8 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://acadix.biz/Ports/distfiles/ MAINTAINER= jwb@FreeBSD.org COMMENT= API and tools for communicating with Lego and Vex robots WWW= http://personalpages.tds.net/~jwbacon/Ports LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/lib/libgamepad.a:devel/libgamepad MAKE_ENV= EXTRALIBS=-lbluetooth MAKE_FLAGS+= PREFIX=${STAGEDIR}${PREFIX} \ - MANPREFIX=${STAGEDIR}${PREFIX} + MANPREFIX=${STAGEDIR}${PREFIX}/share MAKE_JOBS_UNSAFE= yes USES= tar:xz OPTIONS_DEFINE= CUTECOM CUTECOM_DESC= Install cutecom for Vex debugging CUTECOM_RUN_DEPENDS= cutecom:comms/cutecom pre-build: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} depend) post-install: (cd ${WRKSRC}/Commands/NXTRemote; ${MAKE}) ${INSTALL_PROGRAM} ${WRKSRC}/Commands/NXTRemote/nxtremote ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/Scripts/lego_bluetooth_config ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/Commands/NXTRemote/nxtremote.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/Commands/NXTRemote/nxtremote.1 ${STAGEDIR}${MANPREFIX}/share/man/man1 .include diff --git a/devel/roboctl/pkg-plist b/devel/roboctl/pkg-plist index 7e54370e966f..68d17e5cac3c 100644 --- a/devel/roboctl/pkg-plist +++ b/devel/roboctl/pkg-plist @@ -1,16 +1,16 @@ bin/lego_bluetooth_config bin/legoctl bin/nxtremote bin/vexctl include/roboctl/rct_machdep.h include/roboctl/rct_nxt.h include/roboctl/rct_nxt_output.h include/roboctl/rct_pic.h include/roboctl/rct_protos.h include/roboctl/rct_rcx.h include/roboctl/roboctl.h lib/libroboctl.a -man/man1/legoctl.1.gz -man/man1/nxtremote.1.gz -man/man1/vexctl.1.gz -man/man3/roboctl.3.gz +share/man/man1/legoctl.1.gz +share/man/man1/nxtremote.1.gz +share/man/man1/vexctl.1.gz +share/man/man3/roboctl.3.gz