1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-02-27 14:28:28 +00:00
parent fe2246f929
commit 10836181aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346346

View File

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