From 2febeec3cdc0279f4f2dde21c36a72815d6665ee Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Thu, 27 Feb 2014 12:50:59 +0000 Subject: [PATCH] - Support staging - Use shebangfix --- textproc/info_to_html/Makefile | 11 +++++------ 1 file 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 +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 +.include