mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Support staging
- Use shebangfix
This commit is contained in:
parent
a31254472d
commit
01a258883d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346037
@ -10,13 +10,16 @@ EXTRACT_SUFX= .tar
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= Translate GNU info files into HTML pages
|
||||
|
||||
USES= shebangfix
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES= bin/info2html bin/infocat bin/info2html.css bin/info2html.conf
|
||||
|
||||
NO_STAGE= yes
|
||||
PLIST_FILES= bin/info2html bin/infocat bin/info2html.css bin/info2html.conf
|
||||
SHEBANG_FILES= info2html infocat
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/info2html ${LOCALBASE}/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/infocat ${LOCALBASE}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/info2html.conf ${LOCALBASE}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/info2html.css ${LOCALBASE}/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/info2html ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/infocat ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/info2html.conf ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/info2html.css ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user