Browse Source
deskutils/teapot: Moved man to share/man
Approved by: portmgr (blanket)
overlay
Muhammad Moinur Rahman
1 year ago
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
2 changed files with
2 additions and
5 deletions
-
deskutils/teapot/Makefile
-
deskutils/teapot/pkg-plist
|
|
@ -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}) |
|
|
|
|
|
@ -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 |
|
|
|