diff options
Diffstat (limited to 'devel/py-urlimport/Makefile')
-rw-r--r-- | devel/py-urlimport/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-urlimport/Makefile b/devel/py-urlimport/Makefile index 85d2465..0f15034 100644 --- a/devel/py-urlimport/Makefile +++ b/devel/py-urlimport/Makefile @@ -18,8 +18,8 @@ USES= python USE_PYTHON= distutils autoplist do-extract: - ${MKDIR} ${WRKDIR} - ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/${PORTNAME}.py + ${MKDIR} ${WRKSRC} + ${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}/${PORTNAME}.py ${SED} -e 's|%%PORTVERSION%%|${PORTVERSION}|g' ${FILESDIR}/setup.py \ > ${WRKSRC}/setup.py |