svn commit: r328201 - head/devel/qct

Boris Samorodov bsam at FreeBSD.org
Tue Sep 24 21:58:37 UTC 2013


Author: bsam
Date: Tue Sep 24 21:58:37 2013
New Revision: 328201
URL: http://svnweb.freebsd.org/changeset/ports/328201

Log:
  Support stage.

Modified:
  head/devel/qct/Makefile

Modified: head/devel/qct/Makefile
==============================================================================
--- head/devel/qct/Makefile	Tue Sep 24 21:48:23 2013	(r328200)
+++ head/devel/qct/Makefile	Tue Sep 24 21:58:37 2013	(r328201)
@@ -20,13 +20,8 @@ USE_PYDISTUTILS=	yes
 WRKSRC=		${WRKDIR}/qct
 OPTIONS_DEFINE=	DOCS
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_MAN} ${WRKSRC}/doc/qct.1.txt ${DOCSDIR}/qct.1.txt
-.endif
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_MAN} ${WRKSRC}/doc/qct.1.txt ${STAGEDIR}${DOCSDIR}/qct.1.txt
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list