mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Update manpage location (r523104)
This commit is contained in:
parent
a7fa0d0ddb
commit
b9f2baaec2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523550
@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/GPL-2
|
||||
|
||||
USES= gmake iconv localbase
|
||||
|
||||
PLIST_FILES= bin/odt2txt man/man1/odt2txt.1.gz
|
||||
PLIST_FILES= bin/odt2txt \
|
||||
share/man/man1/odt2txt.1.gz
|
||||
|
||||
GH_ACCOUNT= dstosberg
|
||||
USE_GITHUB= yes
|
||||
@ -24,6 +25,6 @@ post-patch:
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/odt2txt ${STAGEDIR}${PREFIX}/bin/
|
||||
${INSTALL_MAN} ${WRKSRC}/odt2txt.1 ${STAGEDIR}${MANPREFIX}/man/man1/
|
||||
${INSTALL_MAN} ${WRKSRC}/odt2txt.1 ${STAGEDIR}${PREFIX}/share/man/man1/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user