svn commit: r346319 - head/textproc/info_to_html

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 27 12:51:00 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list