diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2012-01-22 15:42:43 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2012-01-22 15:42:43 +0000 |
commit | ce5e2fc7df47975f28ce317f33e2fa0bf0ba62ea (patch) | |
tree | da327d73c642a8bef7bb5620929d19e674341c73 /databases/db46 | |
parent | 688fdbc2d0c32fa3e3bd975e8f52ddcce7355879 (diff) | |
download | ports-ce5e2fc7df47975f28ce317f33e2fa0bf0ba62ea.tar.gz ports-ce5e2fc7df47975f28ce317f33e2fa0bf0ba62ea.zip |
Notes
Diffstat (limited to 'databases/db46')
-rw-r--r-- | databases/db46/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/databases/db46/Makefile b/databases/db46/Makefile index 1e4b2bfd652a..39c7f13b745a 100644 --- a/databases/db46/Makefile +++ b/databases/db46/Makefile @@ -55,11 +55,6 @@ 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 |