misc/tlci: Move man pages to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Christian Weisgerber 2024-03-15 20:23:26 +01:00
parent 0bd18d4aea
commit bcd0b3d644

View file

@ -1,5 +1,6 @@
PORTNAME= tlci PORTNAME= tlci
DISTVERSION= 0.1.0.2 DISTVERSION= 0.1.0.2
PORTREVISION= 1
CATEGORIES= misc CATEGORIES= misc
MAINTAINER= nsonack@outlook.com MAINTAINER= nsonack@outlook.com
@ -13,8 +14,8 @@ USE_GITLAB= yes
GL_ACCOUNT= herrhotzenplotz GL_ACCOUNT= herrhotzenplotz
GL_TAGNAME= 4a3dd51a872f36a513f06efa475922259dee91f1 GL_TAGNAME= 4a3dd51a872f36a513f06efa475922259dee91f1
PLIST_FILES= ${PREFIX}/bin/tlci \ PLIST_FILES= bin/tlci \
${PREFIX}/man/man8/tlci.8.gz share/man/man8/tlci.8.gz
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
@ -24,7 +25,9 @@ PLIST_FILES= ${PREFIX}/bin/tlci \
# ${WRKSRC}/Makefile # ${WRKSRC}/Makefile
#.endif #.endif
post-install: do-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/tlci ${INSTALL_PROGRAM} ${WRKSRC}/tlci ${STAGEDIR}/${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/docs/tlci.8.gz \
${STAGEDIR}/${PREFIX}/share/man/man8
.include <bsd.port.mk> .include <bsd.port.mk>