freebsd-ports/net/openradius/files/patch-Rules.mk
Martin Wilke 21387ee9ac - Update to 0.9.12b
- Pass maintainership to submitter

PR:		ports/104905
Submitted by:	Babak Farrokhi <babak@farrokhi.net>
2006-11-01 08:02:14 +00:00

22 lines
878 B
Makefile

--- Rules.mk.orig Thu Mar 23 17:19:04 2006
+++ Rules.mk Sun Oct 29 15:49:17 2006
@@ -74,19 +74,6 @@
$(CMD_INSTSBIN)
$(INST) $(TGT_LIB) -m 755 -d $(INST_PREFIX)$(DIR_LIB)
$(CMD_INSTLIB)
-ifeq ($(wildcard $(INST_PREFIX)$(DIR_ETC)/*),)
- $(INST) $(TGT_ETC) -m 644 -d $(INST_PREFIX)$(DIR_ETC)
- $(CMD_INSTETC)
-else
- @echo
- @echo Configuration directory $(DIR_ETC) already present -- skipping.
- @echo
- @echo When upgrading, is recommended to rename your existing configuration
- @echo directory $(DIR_ETC) to eg. $(DIR_ETC).orig,
- @echo to redo the installation, and to copy only the configuration- and behaviour
- @echo files and the files in the legacy and modules subdirectories that have
- @echo local changes back from the .orig directory.
-endif
@echo
@echo If no error messages appeared, OpenRADIUS has been installed successfully.
@echo