openbsd-ports/databases/freetds/patches/patch-Makefile_in

18 lines
625 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.8 2010/09/12 09:32:58 sthen Exp $
--- Makefile.in.orig Wed May 7 23:59:24 2008
+++ Makefile.in Wed Sep 8 09:44:27 2010
@@ -687,13 +687,6 @@ uninstall-info: uninstall-info-recursive
install-data-local:
- $(mkinstalldirs) $(ETC)
- if test ! -f $(ETC)/freetds.conf; then \
- $(INSTALL_DATA) $(srcdir)/freetds.conf $(ETC)/freetds.conf; \
- fi
- if test ! -f $(ETC)/locales.conf; then \
- $(INSTALL_DATA) $(srcdir)/locales.conf $(ETC)/locales.conf; \
- fi
clean-local:
find . \( -name \*.test_output -o -name \*.bb -o -name \*.bbg -o -name \*.da -o -name \*.gc\* \) -exec rm -f {} \;