1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/databases/slony1v2/files/patch-builddocs
Vanilla I. Shu 957493e83b Add slony1 1.0.0.b3, postgreSQL master to multiple slaves replication
system.

PR:		ports/68245
Submitted by:	Radim Kolar
2004-06-28 22:07:53 +00:00

15 lines
328 B
Plaintext

--- doc/Makefile.orig Thu Mar 18 20:32:21 2004
+++ doc/Makefile Wed Jun 23 17:30:53 2004
@@ -15,9 +15,9 @@
DISTFILES = Makefile
-all install installdirs:
+install installdirs:
-clean distclean maintainer-clean:
+all clean distclean maintainer-clean:
for subdir in $(SUBDIRS) ; do \
$(MAKE) -C $$subdir $@ ; \
done