mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
6172d4b590
With hat: portmgr Sponsored by: Absolight
12 lines
392 B
Plaintext
12 lines
392 B
Plaintext
--- Makefile.in.orig
|
|
+++ Makefile.in
|
|
@@ -95,7 +95,7 @@
|
|
install-conf: flowd.conf
|
|
$(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir)
|
|
test -f $(DESTDIR)$(sysconfdir)/flowd.conf || \
|
|
- $(INSTALL) -m 0600 flowd.conf $(DESTDIR)$(sysconfdir)
|
|
+ $(INSTALL) -m 0600 flowd.conf $(DESTDIR)$(sysconfdir)/flowd.conf.sample
|
|
|
|
install-lib: libflowd.a
|
|
$(srcdir)/mkinstalldirs $(DESTDIR)$(libdir)
|