Date: Fri, 12 Jan 2024 13:01:01 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: df5635f123e1 - main - deskutils/calcurse: autotools already deal with the installation of the manpage Message-ID: <202401121301.40CD114Z000692@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=df5635f123e15d2a7029b5e6ba034e1d91cfaa41 commit df5635f123e15d2a7029b5e6ba034e1d91cfaa41 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2024-01-12 11:17:05 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2024-01-12 13:00:47 +0000 deskutils/calcurse: autotools already deal with the installation of the manpage --- deskutils/calcurse/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/deskutils/calcurse/Makefile b/deskutils/calcurse/Makefile index ea4372897a50..b803d51ed742 100644 --- a/deskutils/calcurse/Makefile +++ b/deskutils/calcurse/Makefile @@ -40,7 +40,4 @@ post-patch: @${REINPLACE_CMD} -e 's|^docdir = .*|docdir = ${DOCSDIR}|' ${WRKSRC}/doc/Makefile.in @${REINPLACE_CMD} -e 's|-R$$found_dir||' ${WRKSRC}/configure -post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1/${PORTNAME}.1 - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401121301.40CD114Z000692>