diff options
Diffstat (limited to 'databases/db3/Makefile')
-rw-r--r-- | databases/db3/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/db3/Makefile b/databases/db3/Makefile index f78ef79aefcd..66ffc336406d 100644 --- a/databases/db3/Makefile +++ b/databases/db3/Makefile @@ -34,7 +34,6 @@ CONFIGURE_ARGS= --enable-compat185 \ --enable-dynamic \ --prefix=${PREFIX} \ --includedir=${PREFIX}/include/db3 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALL_TARGET= install_include install_lib install_utilities .if !defined(NOPORTDOCS) INSTALL_TARGET+= install_docs docdir=${DOCSDIR} |