1
0
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:
Emanuel Haupt 2014-02-27 12:50:59 +00:00
parent 4e739fcd1a
commit 2febeec3cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346319

View File

@ -10,14 +10,13 @@ MASTER_SITES= http://www.mons.net/software/
MAINTAINER= ports@FreeBSD.org
COMMENT= Translate GNU info files into HTML pages
PLIST_FILES= bin/info_to_html
USES= perl5
USES= perl5 shebangfix
NO_BUILD= yes
NO_STAGE= yes
.include <bsd.port.pre.mk>
PLIST_FILES= bin/info_to_html
SHEBANG_FILES= info_to_html
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/info_to_html ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/info_to_html ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.post.mk>
.include <bsd.port.mk>