git: df5635f123e1 - main - deskutils/calcurse: autotools already deal with the installation of the manpage

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Fri, 12 Jan 2024 13:01:01 UTC
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>