svn commit: r346346 - head/devel/pycount

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 27 14:28:29 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list