1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/net-mgmt/rancid/files/patch-bin::Makefile.in
Sean Chittenden 67b650d68b Unbork net/rancid. Fix PLIST error and be more conformant to config file
naming. Revision bumped.

PR:		ports/50076
Submitted by:	Janos Mohacsi <mohacsi@niif.hu>
Prodded by:	Larry Rosenman <ler@lerctr.org>
2003-05-07 17:28:14 +00:00

18 lines
656 B
Plaintext

--- bin/Makefile.in.orig Fri Aug 9 23:59:06 2002
+++ bin/Makefile.in Mon Mar 17 15:46:42 2003
@@ -375,13 +375,7 @@
for prog in $(BIN_PROGS) ; do \
$(INSTALL) $$prog $(bindir); \
done; \
- if test -f $(bindir)/env ; then \
- echo "WARNING: *** $(bindir)/env exists: installing as env.new."; \
- echo " *** review env.new for new/deprecated switches"; \
- $(INSTALL_DATA) env $(bindir)/env.new; \
- else \
- $(INSTALL_DATA) env $(bindir); \
- fi
+ $(INSTALL_DATA) env $(bindir)/env.dist
# BIN_DATAS are empty at the moment.
# for prog in $(BIN_DATAS) ; do \
# $(INSTALL_DATA) $$prog $(PREFIX)/bin; \