svn commit: r339234 - head/converters/htx

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 9 13:59:28 UTC 2014


Author: bapt
Date: Thu Jan  9 13:59:28 2014
New Revision: 339234
URL: http://svnweb.freebsd.org/changeset/ports/339234

Log:
  Support stage

Modified:
  head/converters/htx/Makefile

Modified: head/converters/htx/Makefile
==============================================================================
--- head/converters/htx/Makefile	Thu Jan  9 13:55:01 2014	(r339233)
+++ head/converters/htx/Makefile	Thu Jan  9 13:59:28 2014	(r339234)
@@ -14,8 +14,7 @@ SHEBANG_FILES=	htx
 NO_BUILD=	yes
 PLIST_FILES=	bin/htx
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/htx ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/htx ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list