- Remove post-extract this is no longer needed.

This commit is contained in:
Martin Wilke 2013-03-16 08:30:46 +00:00
parent 8e72c5eda1
commit 82d597147d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314343

View file

@ -13,10 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
post-extract:
@cd ${WRKSRC} && ${MKDIR} -p ${WRKSRC}/docs
${MV} ${WRKSRC}/README.portscan ${WRKSRC}/docs/
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>