summaryrefslogtreecommitdiff
path: root/deskutils/teapot/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 07:31:23 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 07:51:50 +0100
commit6740c1c9957cfc020c4d2fe7e4f469926466d14f (patch)
tree9ea1ab29c1e4a5d1023946dac02ed5124108c383 /deskutils/teapot/Makefile
parentdeskutils/spice-gtk: Moved man to share/man (diff)
deskutils/teapot: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to '')
-rw-r--r--deskutils/teapot/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/deskutils/teapot/Makefile b/deskutils/teapot/Makefile
index dbdc05516938..afd6e27bfdb7 100644
--- a/deskutils/teapot/Makefile
+++ b/deskutils/teapot/Makefile
@@ -1,5 +1,6 @@
PORTNAME= teapot
PORTVERSION= 2.3.0
+PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= http://www.syntax-k.de/projekte/${PORTNAME}/ \
http://www.syntax-k.de/projekte/${PORTNAME}/:docs
@@ -21,10 +22,6 @@ WRKSRC_DOCS= ${WRKDIR}/${DISTNAME:C/^./T/}-Linux/share/doc/${PORTNAME}
OPTIONS_DEFINE= DOCS EXAMPLES
-post-patch:
- @${REINPLACE_CMD} -e 's|share/man/man1|man/man1|g' \
- ${WRKSRC}/CMakeLists.txt
-
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@(cd ${WRKSRC_DOCS} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})