diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2011-10-29 11:45:20 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2011-10-29 11:45:20 +0000 |
commit | e8404fa6f4d604e810fd5d585740a97ffdea183d (patch) | |
tree | 03eed2c63af51f69c4da992796daf9da303404bb /databases/db46 | |
parent | e481af2ba4fbec9975513f64db7a3a763d7cf141 (diff) | |
download | ports-e8404fa6f4d604e810fd5d585740a97ffdea183d.tar.gz ports-e8404fa6f4d604e810fd5d585740a97ffdea183d.zip |
Notes
Diffstat (limited to 'databases/db46')
-rw-r--r-- | databases/db46/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/databases/db46/Makefile b/databases/db46/Makefile index 39c7f13b745a..1e4b2bfd652a 100644 --- a/databases/db46/Makefile +++ b/databases/db46/Makefile @@ -55,6 +55,11 @@ INSTALL_TARGET+= install_docs docdir=${DOCSDIR} PORTDOCS= * .endif +pre-configure: + @${REINPLACE_CMD} -e 's|freebsd1\*)|freebsd1\.\*)|' \ + -e 's|freebsd\[123\]\*)|freebsd\[123\]\.\*)|' \ + ${WRKSRC}/${CONFIGURE_SCRIPT} + post-install: .for i in libdb libdb_cxx ${LN} -s -f ${PORTNAME}/${i}-${BDBVER}.so.0 ${PREFIX}/lib |