From df5635f123e15d2a7029b5e6ba034e1d91cfaa41 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 12 Jan 2024 12:17:05 +0100 Subject: [PATCH] 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