- Cleanup old PHP version check
- Remove post-extract is no longer needed
This commit is contained in:
parent
b3981fd8ae
commit
8e72c5eda1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314342
1 changed files with 0 additions and 14 deletions
|
@ -14,20 +14,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|||
USE_PHP= iconv
|
||||
PEAR_AUTOINSTALL= yes
|
||||
|
||||
post-extract:
|
||||
@${MKDIR} ${WRKSRC}/${PORTNAME}
|
||||
@${MV} ${WRKSRC}/[A-C]* ${WRKSRC}/${PORTNAME}
|
||||
@${MV} ${WRKSRC}/De* ${WRKSRC}/${PORTNAME}
|
||||
@${MV} ${WRKSRC}/[E-H]* ${WRKSRC}/${PORTNAME}
|
||||
@${MV} ${WRKSRC}/[L-S]* ${WRKSRC}/${PORTNAME}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
PHP_VERS= ${PHP_VERSION:S/.//g}
|
||||
|
||||
.if defined(PHP_VERS) && ${PHP_VERS} < 406
|
||||
#IGNORE= You need PHP 4.0.6 or later to install PEAR::I18Nv2
|
||||
.endif
|
||||
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue