svn commit: r345072 - head/devel/xtl

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 19 11:36:14 UTC 2014


Author: ehaupt
Date: Wed Feb 19 11:36:13 2014
New Revision: 345072
URL: http://svnweb.freebsd.org/changeset/ports/345072
QAT: https://qat.redports.org/buildarchive/r345072/

Log:
  Support staging

Modified:
  head/devel/xtl/Makefile

Modified: head/devel/xtl/Makefile
==============================================================================
--- head/devel/xtl/Makefile	Wed Feb 19 11:34:32 2014	(r345071)
+++ head/devel/xtl/Makefile	Wed Feb 19 11:36:13 2014	(r345072)
@@ -11,8 +11,7 @@ COMMENT=	A library for R/W structured da
 
 NO_BUILD=	yes
 
-NO_STAGE=	yes
 do-install:
-	${CP} -R ${WRKSRC}/include/* ${PREFIX}/include
+	${CP} -R ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/include
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list