mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
deskutils/teapot: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
af584dfca6
commit
6740c1c995
2 changed files with 2 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= teapot
|
PORTNAME= teapot
|
||||||
PORTVERSION= 2.3.0
|
PORTVERSION= 2.3.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= deskutils
|
CATEGORIES= deskutils
|
||||||
MASTER_SITES= http://www.syntax-k.de/projekte/${PORTNAME}/ \
|
MASTER_SITES= http://www.syntax-k.de/projekte/${PORTNAME}/ \
|
||||||
http://www.syntax-k.de/projekte/${PORTNAME}/:docs
|
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
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||||
|
|
||||||
post-patch:
|
|
||||||
@${REINPLACE_CMD} -e 's|share/man/man1|man/man1|g' \
|
|
||||||
${WRKSRC}/CMakeLists.txt
|
|
||||||
|
|
||||||
post-install-DOCS-on:
|
post-install-DOCS-on:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
@(cd ${WRKSRC_DOCS} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
|
@(cd ${WRKSRC_DOCS} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
bin/teapot
|
bin/teapot
|
||||||
man/man1/teapot.1.gz
|
share/man/man1/teapot.1.gz
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/node1.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/node1.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue