- Forgotten patch for the last commit
This commit is contained in:
parent
5089eeef77
commit
050661a4da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168509
1 changed files with 15 additions and 0 deletions
15
mail/whoson/files/patch-Makefile.in
Normal file
15
mail/whoson/files/patch-Makefile.in
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- Makefile.in.orig Tue Aug 19 11:22:30 2003
|
||||
+++ Makefile.in Sun Jul 23 01:07:15 2006
|
||||
@@ -898,11 +898,7 @@
|
||||
|
||||
|
||||
install-data-hook:
|
||||
- if test -f $(DEFAULT_CONFIG); then \
|
||||
- $(ECHO) "$(DEFAULT_CONFIG) exists, not overwritten"; \
|
||||
- else \
|
||||
- $(INSTALL_DATA) $(srcdir)/whoson.conf $(DEFAULT_CONFIG); \
|
||||
- fi; \
|
||||
+ $(INSTALL_DATA) $(srcdir)/whoson.conf $(DEFAULT_CONFIG).sample
|
||||
for f in $(MAN3XTRA); do \
|
||||
rm -f $(DESTDIR)$(man3dir)/$$f; \
|
||||
$(LN) $(DESTDIR)$(man3dir)/whoson.3 $(DESTDIR)$(man3dir)/$$f; \
|
Loading…
Reference in a new issue