summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-12 12:17:05 +0100
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-12 14:00:47 +0100
commitdf5635f123e15d2a7029b5e6ba034e1d91cfaa41 (patch)
treeb5d192131c5016e4a7319e25b0444745734e7e55 /deskutils
parente5be1c3eae0766bc0de25c2043cbcbe7272eefe0 (diff)
downloadfreebsd-ports-df5635f123e15d2a7029b5e6ba034e1d91cfaa41.zip
deskutils/calcurse: autotools already deal with the installation of the manpage
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/calcurse/Makefile3
1 files changed, 0 insertions, 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>