mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
1809887ddd
PR: ports/67532 Submitted by: Lupe Christoph <lupe@lupe-christoph.de> (maintainer)
12 lines
381 B
Plaintext
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/ ; \
|