deskutils/calcurse: autotools already deal with the installation of the manpage

This commit is contained in:
Baptiste Daroussin 2024-01-12 12:17:05 +01:00
parent e5be1c3eae
commit df5635f123

View file

@ -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>