aboutsummaryrefslogtreecommitdiffstats
path: root/mail/whoson
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2006-07-23 05:13:33 +0800
committersem <sem@FreeBSD.org>2006-07-23 05:13:33 +0800
commit3123a1461bd031c7ba00a5e839ebd7e7352f522e (patch)
treec27f2f9f2a46196b64f524f1fda5f3d8b59f2c2d /mail/whoson
parent560abf9f4e170747ef772fa247cbf158ff6d0295 (diff)
downloadfreebsd-ports-gnome-3123a1461bd031c7ba00a5e839ebd7e7352f522e.tar.gz
freebsd-ports-gnome-3123a1461bd031c7ba00a5e839ebd7e7352f522e.tar.zst
freebsd-ports-gnome-3123a1461bd031c7ba00a5e839ebd7e7352f522e.zip
- Forgotten patch for the last commit
Diffstat (limited to 'mail/whoson')
-rw-r--r--mail/whoson/files/patch-Makefile.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/whoson/files/patch-Makefile.in b/mail/whoson/files/patch-Makefile.in
new file mode 100644
index 000000000000..cb8e63c8027f
--- /dev/null
+++ b/mail/whoson/files/patch-Makefile.in
@@ -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; \