diff options
-rw-r--r-- | databases/pgpool-II-22/Makefile | 4 | ||||
-rw-r--r-- | databases/pgpool-II-23/Makefile | 4 | ||||
-rw-r--r-- | databases/pgpool-II-30/Makefile | 4 | ||||
-rw-r--r-- | databases/pgpool-II/Makefile | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/databases/pgpool-II-22/Makefile b/databases/pgpool-II-22/Makefile index 6b9d34312474..582d5f2fcf20 100644 --- a/databases/pgpool-II-22/Makefile +++ b/databases/pgpool-II-22/Makefile @@ -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} diff --git a/databases/pgpool-II-23/Makefile b/databases/pgpool-II-23/Makefile index 6b9d34312474..582d5f2fcf20 100644 --- a/databases/pgpool-II-23/Makefile +++ b/databases/pgpool-II-23/Makefile @@ -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} diff --git a/databases/pgpool-II-30/Makefile b/databases/pgpool-II-30/Makefile index 6b9d34312474..582d5f2fcf20 100644 --- a/databases/pgpool-II-30/Makefile +++ b/databases/pgpool-II-30/Makefile @@ -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} diff --git a/databases/pgpool-II/Makefile b/databases/pgpool-II/Makefile index 6b9d34312474..582d5f2fcf20 100644 --- a/databases/pgpool-II/Makefile +++ b/databases/pgpool-II/Makefile @@ -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} |