Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2014 14:28:29 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346346 - head/devel/pycount
Message-ID:  <201402271428.s1RESTTO092041@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Feb 27 14:28:28 2014
New Revision: 346346
URL: http://svnweb.freebsd.org/changeset/ports/346346
QAT: https://qat.redports.org/buildarchive/r346346/

Log:
  Support staging

Modified:
  head/devel/pycount/Makefile

Modified: head/devel/pycount/Makefile
==============================================================================
--- head/devel/pycount/Makefile	Thu Feb 27 14:25:50 2014	(r346345)
+++ head/devel/pycount/Makefile	Thu Feb 27 14:28:28 2014	(r346346)
@@ -14,18 +14,18 @@ DIST_SUBDIR=	python
 MAINTAINER=	lwhsu@FreeBSD.org
 COMMENT=	Initial effort to Python code metrics
 
-USE_DOS2UNIX=	yes
+USES=		dos2unix
 USE_PYTHON=	yes
 NO_BUILD=	yes
 
 PLIST_FILES=	bin/${PORTNAME}
 
-NO_STAGE=	yes
 do-extract:
 	@${MKDIR} ${WRKDIR}
 	@${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${WRKDIR}
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKDIR}/${DISTFILES} ${PREFIX}/bin/${PORTNAME}
+	${INSTALL_SCRIPT} ${WRKDIR}/${DISTFILES} \
+		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
 .include <bsd.port.mk>



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