- Fix build after objformat removal
Submitted by: pointyhat via pav Approved by: maintainer timeout
This commit is contained in:
parent
5cc7d0aec6
commit
e52e507743
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195615
@ -29,6 +29,10 @@ PORTDOCShtml+= tutorial-en.html tutorial-ja.html
|
||||
|
||||
MAN8= pgpool.8
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
@ -29,6 +29,10 @@ PORTDOCShtml+= tutorial-en.html tutorial-ja.html
|
||||
|
||||
MAN8= pgpool.8
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
@ -29,6 +29,10 @@ PORTDOCShtml+= tutorial-en.html tutorial-ja.html
|
||||
|
||||
MAN8= pgpool.8
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
@ -29,6 +29,10 @@ PORTDOCShtml+= tutorial-en.html tutorial-ja.html
|
||||
|
||||
MAN8= pgpool.8
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user