Dirty workaround patch to build MonetDB May2009 SP2 release on FreeBSD 7.2 with the `monetdb-install.sh' script. It keeps libtool happy. Apply by doing: cd MonetDB-May2009-SuperBall-SP2 patch -p0 < monetdb-freebsd72.patch List of build-related installed ports: autoconf-2.13.000227_6 autoconf-2.62 autoconf-wrapper-20071109 automake-1.10.1 automake-1.4.6_5 automake-1.5_5,1 automake-1.6.3_1 automake-1.7.9_2 automake-1.8.5_3 automake-1.9.6_3 automake-wrapper-20071109 autotools-20080819 bash-4.0.10_2 bison-2.4.1,1 ctags-5.7 flex-2.5.35_1 gawk-3.1.6_1 gettext-0.17_1 glib-1.2.10_12 glib-2.20.1 gmake-3.81_3 gsed-4.1.5_1 libtool-1.5.26 m4-1.4.12,1 pcre-7.9 perl-5.8.9_2 swig-1.3.39 diff -ruN ../MonetDB-May2009-SuperBall-SP2.orig/MonetDB-client/clients/src/perl/Cimpl/Makefile.in ./MonetDB-client/clients/src/perl/Cimpl/Makefile.in --- ../MonetDB-May2009-SuperBall-SP2.orig/MonetDB-client/clients/src/perl/Cimpl/Makefile.in 2009-07-27 13:32:41.000000000 +0300 +++ ./MonetDB-client/clients/src/perl/Cimpl/Makefile.in 2009-08-14 18:56:09.000000000 +0300 @@ -417,8 +417,8 @@ else :; fi; \ done; \ test -z "$$list2" || { \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(MapiLibdir)'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(MapiLibdir)"; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(MapiLibdir)/'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(MapiLibdir)/"; \ } uninstall-MapiLibLTLIBRARIES: