freebsd-ports/net-mgmt/flowd/files/patch-Makefile.in
Muhammad Moinur Rahman 5ddb73497d net-mgmt/flowd: UNBREAK
- Update MASTER_SITES
- Update WWW
- makepatch compatible patch files
- Take MAINTAINERSHIP
2019-09-25 10:27:24 +00:00

11 lines
440 B
Text

--- Makefile.in.orig 2005-10-13 11:27:44 UTC
+++ Makefile.in
@@ -96,7 +96,7 @@ install-bin: $(TARGETS)
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)