diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-27 20:50:59 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-27 20:50:59 +0800 |
commit | 80530476a53fc0d1ea9fd746f1ef472db7f19e04 (patch) | |
tree | f5ad8dda4e6e2ac632c44f5d0c966664efcede15 /textproc | |
parent | 037168e49ec3f2d73e62f7eb9458909409469c54 (diff) | |
download | freebsd-ports-gnome-80530476a53fc0d1ea9fd746f1ef472db7f19e04.tar.gz freebsd-ports-gnome-80530476a53fc0d1ea9fd746f1ef472db7f19e04.tar.zst freebsd-ports-gnome-80530476a53fc0d1ea9fd746f1ef472db7f19e04.zip |
- Support staging
- Use shebangfix
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/info_to_html/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/textproc/info_to_html/Makefile b/textproc/info_to_html/Makefile index 1c6455de38c1..7ea6cd982a2f 100644 --- a/textproc/info_to_html/Makefile +++ b/textproc/info_to_html/Makefile @@ -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> |