svn commit: r344719 - head/devel/qjson

Martin Wilke miwi at FreeBSD.org
Mon Feb 17 10:00:42 UTC 2014


Author: miwi
Date: Mon Feb 17 10:00:42 2014
New Revision: 344719
URL: http://svnweb.freebsd.org/changeset/ports/344719
QAT: https://qat.redports.org/buildarchive/r344719/

Log:
  - Stage support

Modified:
  head/devel/qjson/Makefile

Modified: head/devel/qjson/Makefile
==============================================================================
--- head/devel/qjson/Makefile	Mon Feb 17 10:00:36 2014	(r344718)
+++ head/devel/qjson/Makefile	Mon Feb 17 10:00:42 2014	(r344719)
@@ -17,8 +17,6 @@ USE_LDCONFIG=	yes
 
 PORTDOCS=	*
 
-NO_STAGE=	yes
-
 OPTIONS_DEFINE=	DOCS 
 
 .include <bsd.port.options.mk>
@@ -37,9 +35,7 @@ post-build:
 .endif
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
-	cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} \* ${DOCSDIR}
-.endif
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list