diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-14 21:56:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-14 21:56:54 +0000 |
commit | e52e5077436956c1cf8e2074e0a7168bf99e31da (patch) | |
tree | bd084655cf8543e0a4c3a92399b1dff8279599ff /databases | |
parent | 5cc7d0aec68394ec4bda89b50c1ee0eaa78eda59 (diff) | |
download | ports-e52e5077436956c1cf8e2074e0a7168bf99e31da.tar.gz ports-e52e5077436956c1cf8e2074e0a7168bf99e31da.zip |
Notes
Diffstat (limited to 'databases')
-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} |