Date: Wed, 10 Aug 2022 17:05:30 GMT From: Larry Rosenman <ler@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bd12c83965dd - main - net/boinc_curses: adopt, portfmt Message-ID: <202208101705.27AH5Ucm054259@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ler: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd12c83965ddfcd3ae6940e135bed67638bbb046 commit bd12c83965ddfcd3ae6940e135bed67638bbb046 Author: Larry Rosenman <ler@FreeBSD.org> AuthorDate: 2022-08-10 17:04:58 +0000 Commit: Larry Rosenman <ler@FreeBSD.org> CommitDate: 2022-08-10 17:04:58 +0000 net/boinc_curses: adopt, portfmt --- net/boinc_curses/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/net/boinc_curses/Makefile b/net/boinc_curses/Makefile index 379f3f46dc88..fa0ce755746b 100644 --- a/net/boinc_curses/Makefile +++ b/net/boinc_curses/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.oook.cz/bsd/boinc_curses/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ler@FreeBSD.org COMMENT= Console, ncurses based monitor and manager for BOINC LICENSE= LGPL21+ @@ -12,11 +12,13 @@ LICENSE= LGPL21+ BUILD_DEPENDS= ${LOCALBASE}/lib/libboinc.a:net/boinc-client USES= compiler:c++11-lang ncurses tar:bzip2 -MAKE_ENV= BOINCLIBDIR=${LOCALBASE}/lib BOINCINCDIR=${LOCALBASE}/include/boinc +MAKE_ENV= BOINCINCDIR=${LOCALBASE}/include/boinc \ + BOINCLIBDIR=${LOCALBASE}/lib PLIST_FILES= bin/boinc_curses do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin/ .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208101705.27AH5Ucm054259>