ports/databases/mysql60-server/files/patch-include::Makefile.in
Peter Pentchev b62043221b Update to MySQL 4.0.9 after a repo-copy from the mysql323-* ports.
PR:			45543
Submitted by:		Alex Dupre <sysadmin@alexdupre.com>
Repo-copy approved by:	portmgr (will)
Repo-copy performed by:	cvs (josefk)
2003-01-31 16:02:39 +00:00

14 lines
345 B
Text

--- include/Makefile.in.orig Tue Nov 19 17:13:35 2002
+++ include/Makefile.in Tue Nov 19 17:14:10 2002
@@ -335,7 +335,11 @@
installdirs:
$(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
+.if defined(CLIENT_ONLY)
install: install-am
+.else
+install:
+.endif
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am