mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 02:20:33 -04:00
the initial patches and getting me started with this. Note that munin-main has been renamed to munin-master (see MOVED). Approved by: portmgr (erwin) Feature safe: yes
11 lines
361 B
Text
11 lines
361 B
Text
--- Makefile.orig 2010-01-30 10:49:44.000000000 -0700
|
|
+++ Makefile 2010-01-30 10:49:53.000000000 -0700
|
|
@@ -69,7 +69,7 @@
|
|
mkdir -p $(LOGDIR)
|
|
mkdir -p $(STATEDIR)
|
|
mkdir -p $(CONFDIR)
|
|
- $(CHOWN) $(USER) $(LOGDIR) $(STATEDIR)
|
|
+ $(CHOWN) $(USER) $(STATEDIR)
|
|
|
|
install-master-prime: $(INFILES_MASTER) install-pre install-master
|
|
mkdir -p $(CONFDIR)/templates
|