- s/INSTALL_SHLIB/USE_LDCONFIG/
- Use SUB_FILES - Make it depend on bash 3.x instead of 2.x PR: 102596 Submitted by: gabor Approved by: maintainer
This commit is contained in:
parent
e2a0ea5e82
commit
e3054d58f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172191
2 changed files with 3 additions and 5 deletions
|
@ -19,7 +19,7 @@ COMMENT= Verlihub Linux/Unix Direct Connect Hub Software
|
|||
|
||||
LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP \
|
||||
pcre.0:${PORTSDIR}/devel/pcre
|
||||
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2
|
||||
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
|
||||
WRKSRC= ${WRKDIR}/verlihub-0.9.8c
|
||||
|
||||
|
@ -27,8 +27,9 @@ USE_MYSQL= yes
|
|||
USE_PERL5= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
|
||||
SUB_FILES+= pkg-message
|
||||
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
PORTDOCS= configuring.txt help.sql using.txt features.html help.html params.php verlihub.html
|
||||
|
@ -39,9 +40,6 @@ PORTDOCS= configuring.txt help.sql using.txt features.html help.html params.php
|
|||
USE_GCC= 3.4+
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${CAT} ${PKGDIR}/pkg-message | ${SED} 's|%%PREFIX%%|${PREFIX}|' > ${PKGMESSAGE}
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
|
|
Loading…
Reference in a new issue