Skip to content

Commit

Permalink
deskutils/teapot: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 23, 2024
1 parent af584df commit 6740c1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions 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
Expand All @@ -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})
Expand Down
2 changes: 1 addition & 1 deletion deskutils/teapot/pkg-plist
@@ -1,5 +1,5 @@
bin/teapot
man/man1/teapot.1.gz
share/man/man1/teapot.1.gz
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/html/node1.html
Expand Down

0 comments on commit 6740c1c

Please sign in to comment.