1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/net-mgmt/bandwidthd/files/patch-Makefile
Clement Laforet 656272b1a7 - Update to 2.0.1
Note: sensor mode is not yet supported
2005-01-16 16:11:59 +00:00

12 lines
703 B
Plaintext

--- Makefile.in.orig Sun Jan 16 17:02:04 2005
+++ Makefile.in Sun Jan 16 17:02:38 2005
@@ -41,7 +41,7 @@
@INSTALL@ -d $(DESTDIR)$(exec_prefix)/bandwidthd/etc
@INSTALL@ -d $(DESTDIR)$(exec_prefix)/bandwidthd/htdocs
@INSTALL@ -m755 -s bandwidthd $(DESTDIR)$(exec_prefix)/bandwidthd
- if [ ! -f $(DESTDIR)$(exec_prefix)/bandwidthd/etc/bandwidthd.conf ] ; then @INSTALL@ -m644 etc/bandwidthd.conf $(DESTDIR)$(exec_prefix)/bandwidthd/etc/ ; fi
+ @INSTALL@ -m644 etc/bandwidthd.conf $(DESTDIR)$(exec_prefix)/bandwidthd/etc/bandwidthd.conf-dist
@INSTALL@ -m644 htdocs/legend.gif $(DESTDIR)$(exec_prefix)/bandwidthd/htdocs
@INSTALL@ -m644 htdocs/logo.gif $(DESTDIR)$(exec_prefix)/bandwidthd/htdocs