openbsd-ports/databases/freetds/patches/patch-Makefile_in
2001-12-27 02:56:38 +00:00

26 lines
631 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.2 2001/12/27 02:56:38 jcs Exp $
--- Makefile.in.orig Wed Dec 26 20:12:09 2001
+++ Makefile.in Wed Dec 26 20:13:23 2001
@@ -85,7 +85,7 @@
SUBDIRS = include src
-EXTRA_DIST = interfaces freetds.conf samples/debug.c PWD BUGS
+EXTRA_DIST = freetds.conf samples/debug.c PWD BUGS
DEFDIR = $(prefix)
ETC = $(sysconfdir)
@@ -369,12 +369,6 @@
install-data-local:
- $(mkinstalldirs) $(DEFDIR) $(ETC)
- if [ -f $(ETC)/freetds.conf ]; \
- then :; \
- else \
- $(INSTALL_DATA) freetds.conf $(ETC)/freetds.conf; \
- fi
test:
@echo "The 'make test' option has been replaced with 'make check'";