aboutsummaryrefslogtreecommitdiff
path: root/textproc/info_to_html
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-27 12:50:59 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-27 12:50:59 +0000
commit2febeec3cdc0279f4f2dde21c36a72815d6665ee (patch)
treef5ad8dda4e6e2ac632c44f5d0c966664efcede15 /textproc/info_to_html
parent4e739fcd1a17ae17ace48286d46c0b11d687fade (diff)
downloadports-2febeec3cdc0279f4f2dde21c36a72815d6665ee.tar.gz
ports-2febeec3cdc0279f4f2dde21c36a72815d6665ee.zip
- Support staging
- Use shebangfix
Notes
Notes: svn path=/head/; revision=346319
Diffstat (limited to 'textproc/info_to_html')
-rw-r--r--textproc/info_to_html/Makefile11
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>