1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Support staging

- Use shebangfix
This commit is contained in:
Emanuel Haupt 2014-02-25 15:51:09 +00:00
parent a31254472d
commit 01a258883d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346037

View File

@ -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>