Skip to content

Commit

Permalink
misc/tlci: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Christian Weisgerber authored and Christian Weisgerber committed Mar 15, 2024
1 parent 0bd18d4 commit bcd0b3d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions misc/tlci/Makefile
@@ -1,5 +1,6 @@
PORTNAME= tlci
DISTVERSION= 0.1.0.2
PORTREVISION= 1
CATEGORIES= misc

MAINTAINER= nsonack@outlook.com
Expand All @@ -13,8 +14,8 @@ USE_GITLAB= yes
GL_ACCOUNT= herrhotzenplotz
GL_TAGNAME= 4a3dd51a872f36a513f06efa475922259dee91f1

PLIST_FILES= ${PREFIX}/bin/tlci \
${PREFIX}/man/man8/tlci.8.gz
PLIST_FILES= bin/tlci \
share/man/man8/tlci.8.gz

.include <bsd.port.options.mk>

Expand All @@ -24,7 +25,9 @@ PLIST_FILES= ${PREFIX}/bin/tlci \
# ${WRKSRC}/Makefile
#.endif

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/tlci
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tlci ${STAGEDIR}/${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/docs/tlci.8.gz \
${STAGEDIR}/${PREFIX}/share/man/man8

.include <bsd.port.mk>

0 comments on commit bcd0b3d

Please sign in to comment.