Browse Source

deskutils/teapot: Moved man to share/man

Approved by:    portmgr (blanket)
overlay
Muhammad Moinur Rahman 1 year ago
parent
commit
6740c1c995
No known key found for this signature in database GPG Key ID: BDB9B5A617C0BC91
  1. 5
      deskutils/teapot/Makefile
  2. 2
      deskutils/teapot/pkg-plist

5
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})

2
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

Loading…
Cancel
Save