aboutsummaryrefslogtreecommitdiffstats
path: root/www/ffproxy/files/patch-Makefile.in
blob: 0d092032bd189adff05dbbc90aede9203507afaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

$FreeBSD$

--- Makefile.in.orig
+++ Makefile.in
@@ -48,7 +48,7 @@
 conf:
    sed -e 's|_BASE_|$(pkgdatadir)|g' sample.config.s \
        > sample.config || cp sample.config.s sample.config
-   cp sample.config ffproxy.conf
+   cp sample.config ffproxy.conf.sample
 
 installdirs: mkinstalldirs
    $(SHELL) $(srcdir)/mkinstalldirs $(DESTDIR)$(bindir) \
@@ -73,7 +73,7 @@
    $(INSTALL_DATA) ffproxy.8 $(DESTDIR)$(mandir)/man8
 
 install_config: conf
-   $(INSTALL_DATA) ffproxy.conf $(DESTDIR)$(sysconfdir)
+   $(INSTALL_DATA) ffproxy.conf.sample $(DESTDIR)$(sysconfdir)
 
 install_sample: conf
    $(INSTALL_DATA) sample.config $(DESTDIR)$(pkgdatadir)