Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2013 21:58:37 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328201 - head/devel/qct
Message-ID:  <201309242158.r8OLwbMK077054@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309242158.r8OLwbMK077054>