svn commit: r341602 - head/textproc/html2fo

Mathieu Arnold mat at FreeBSD.org
Tue Jan 28 15:49:31 UTC 2014


Author: mat
Date: Tue Jan 28 15:49:30 2014
New Revision: 341602
URL: http://svnweb.freebsd.org/changeset/ports/341602
QAT: https://qat.redports.org/buildarchive/r341602/

Log:
  Convert to staging.
  
  Sponsored by:	Absolight

Modified:
  head/textproc/html2fo/Makefile

Modified: head/textproc/html2fo/Makefile
==============================================================================
--- head/textproc/html2fo/Makefile	Tue Jan 28 15:48:57 2014	(r341601)
+++ head/textproc/html2fo/Makefile	Tue Jan 28 15:49:30 2014	(r341602)
@@ -14,8 +14,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}
 
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/html2fo ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/html2fo ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list