1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- move '${MKDIR} ${WRKSRC}' from pre-extract: -> do-extract:

Noted by pkg-failout@
This commit is contained in:
Olli Hauer 2014-07-20 18:36:22 +00:00
parent 1530dc26a5
commit 4a6d8ce473
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362343

View File

@ -16,14 +16,11 @@ COMMENT= Apache module for simple text rewriting
LICENSE= GPLv2
USE_APACHE= 22+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
pre-extract:
@${MKDIR} ${WRKSRC}
do-extract:
@${CP} ${DISTDIR}/${PORTNAME}.c ${WRKSRC}
${MKDIR} ${WRKSRC}
${CP} ${DISTDIR}/${PORTNAME}.c ${WRKSRC}
.include <bsd.port.mk>