svn commit: r343106 - head/devel/tnt

Martin Wilke miwi at FreeBSD.org
Thu Feb 6 15:18:39 UTC 2014


Author: miwi
Date: Thu Feb  6 15:18:38 2014
New Revision: 343106
URL: http://svnweb.freebsd.org/changeset/ports/343106
QAT: https://qat.redports.org/buildarchive/r343106/

Log:
  - Stage support

Modified:
  head/devel/tnt/Makefile

Modified: head/devel/tnt/Makefile
==============================================================================
--- head/devel/tnt/Makefile	Thu Feb  6 15:06:58 2014	(r343105)
+++ head/devel/tnt/Makefile	Thu Feb  6 15:18:38 2014	(r343106)
@@ -20,18 +20,13 @@ BUILD_DEPENDS=	unzip:${PORTSDIR}/archive
 USE_ZIP=	yes
 NO_BUILD=	yes
 
-.ifndef NOPORTDOCS
 PORTDOCS=	*
-.endif
 
-NO_STAGE=	yes
 do-install:
-	${MKDIR} ${PREFIX}/include/tnt
-	${INSTALL_DATA} ${WRKDIR}/*.h ${PREFIX}/include/tnt
-.ifndef NOPORTDOCS
-	${MKDIR} ${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${PREFIX}/include/tnt
+	${INSTALL_DATA} ${WRKDIR}/*.h ${STAGEDIR}${PREFIX}/include/tnt
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${EXTRACT_CMD} ${DISTDIR}/${DIST_SUBDIR}/tnt120doc \
-		-d ${DOCSDIR}
-.endif
+		-d ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list