mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
22 lines
1.1 KiB
Plaintext
22 lines
1.1 KiB
Plaintext
|
--- Makefile.orig Sun Jan 23 16:02:11 2000
|
||
|
+++ Makefile Sun Jan 23 16:02:35 2000
|
||
|
@@ -64,14 +64,14 @@
|
||
|
@echo "Done."
|
||
|
|
||
|
install: all
|
||
|
- install -s -o root -g ${GROUP} -m ${MODE} trafd/trafd ${PATH_BINDIR}
|
||
|
+ install -c -s -o root -g ${GROUP} -m ${MODE} trafd/trafd ${PATH_BINDIR}
|
||
|
install -c -o root -g ${GROUP} -m ${MODE} trafd/trafstart ${PATH_BINDIR}
|
||
|
install -c -o root -g ${GROUP} -m ${MODE} trafd/trafstop ${PATH_BINDIR}
|
||
|
install -c -o root -g ${GROUP} -m ${MODE} trafd/trafsave ${PATH_BINDIR}
|
||
|
install -c -o root -g ${GROUP} -m ${MODE} trafd/trafdump ${PATH_BINDIR}
|
||
|
- install -s -o root -g ${GROUP} -m ${MODE} trafstat/trafstat ${PATH_BINDIR}
|
||
|
- install -s -o root -g ${GROUP} -m ${MODE} trafstatd/trafstatd ${PATH_BINDIR}
|
||
|
- install -s -o root -g ${GROUP} -m ${MODE} traflog/traflog ${PATH_BINDIR}
|
||
|
+ install -c -s -o root -g ${GROUP} -m ${MODE} trafstat/trafstat ${PATH_BINDIR}
|
||
|
+ install -c -s -o root -g ${GROUP} -m ${MODE} trafstatd/trafstatd ${PATH_BINDIR}
|
||
|
+ install -c -s -o root -g ${GROUP} -m ${MODE} traflog/traflog ${PATH_BINDIR}
|
||
|
install -c -o root -g ${GROUP} -m ${MODE} traflog/traflog.format ${PATH_TRAFLOG_FMT}
|
||
|
@echo Done.
|
||
|
|