use ${MKDIR} instead of "mkdir" and replace @LIBTOOL@
This commit is contained in:
parent
9d8e1dc1ce
commit
e5b3565b23
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114298
1 changed files with 6 additions and 0 deletions
|
@ -70,6 +70,7 @@ USE_PERL5= YES
|
|||
HAS_CONFIGURE= YES
|
||||
USE_BZIP2= YES
|
||||
USE_REINPLACE= YES
|
||||
USE_LIBTOOL_VER=13
|
||||
|
||||
CONFIGURE_ARGS= \
|
||||
--enable-cgibindir=${PREFIX}/${CGIBINDIR}/${CGIBINSUBDIR} \
|
||||
|
@ -222,6 +223,11 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e 's|^case x$$lockmethod in|${TEST} \&\& &|g' \
|
||||
${WRKSRC}/liblock/configure
|
||||
|
||||
@${REINPLACE_CMD} -e 's|mkdir -p|${MKDIR}|g' ${WRKSRC}/pcp/configure
|
||||
|
||||
@${REINPLACE_CMD} -e 's|@LIBTOOL@|${LIBTOOL}|' \
|
||||
${WRKSRC}/pcp/intl/Makefile.in
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${FILESDIR}/sqwebmail-sqwebmaild.sh \
|
||||
${PREFIX}/etc/rc.d/
|
||||
|
|
Loading…
Reference in a new issue