Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2014 12:51:00 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346319 - head/textproc/info_to_html
Message-ID:  <201402271251.s1RCp0m8048047@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Feb 27 12:50:59 2014
New Revision: 346319
URL: http://svnweb.freebsd.org/changeset/ports/346319
QAT: https://qat.redports.org/buildarchive/r346319/

Log:
  - Support staging
  - Use shebangfix

Modified:
  head/textproc/info_to_html/Makefile

Modified: head/textproc/info_to_html/Makefile
==============================================================================
--- head/textproc/info_to_html/Makefile	Thu Feb 27 11:46:11 2014	(r346318)
+++ head/textproc/info_to_html/Makefile	Thu Feb 27 12:50:59 2014	(r346319)
@@ -10,14 +10,13 @@ MASTER_SITES=	http://www.mons.net/softwa
 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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402271251.s1RCp0m8048047>