1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/net-mgmt/flowd/files/patch-Makefile.in
Mathieu Arnold 6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00

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)