1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/sysutils/munin-main/files/patch-Makefile
Pav Lucistnik 1809887ddd - Update to 1.0.0 pre5
PR:		ports/67532
Submitted by:	Lupe Christoph <lupe@lupe-christoph.de> (maintainer)
2004-06-03 22:38:35 +00:00

12 lines
381 B
Plaintext

--- Makefile.orig Tue May 11 22:23:06 2004
+++ Makefile Fri Jun 4 00:25:54 2004
@@ -26,7 +26,7 @@
mkdir -p $(HTMLDIR)
mkdir -p $(DBDIR)
- $(CHOWN) $(USER) $(LOGDIR) $(STATEDIR) $(RUNDIR) $(HTMLDIR) $(DBDIR)
+ $(CHOWN) $(USER) $(STATEDIR) $(RUNDIR) $(HTMLDIR) $(DBDIR)
for p in server/*.tmpl; do \
$(INSTALL) -m 0644 "$$p" $(CONFDIR)/templates/ ; \