From add896600ed4ef5e5dd16d0bed43e56d6e186a85 Mon Sep 17 00:00:00 2001 From: gj Date: Tue, 30 Mar 1999 19:48:19 +0000 Subject: Remove "BROKEN" from the Makefile. Patch patch-ad fixes the problem. Comment: Don't install files into user's homedirectory any more Obtained from: the maintainer (me@freebsd.org) --- comms/seyon/files/patch-ad | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 comms/seyon/files/patch-ad (limited to 'comms/seyon/files') diff --git a/comms/seyon/files/patch-ad b/comms/seyon/files/patch-ad new file mode 100644 index 0000000..d358ecb --- /dev/null +++ b/comms/seyon/files/patch-ad @@ -0,0 +1,15 @@ +--- Imakefile.orig Mon Mar 29 13:40:32 1999 ++++ Imakefile Mon Mar 29 13:40:41 1999 +@@ -46,13 +46,6 @@ + InstallAppDefaultsLong(Seyon-co,Seyon-color) + InstallNonExecFile(seyon.help,$(LIBDIR)) + +-install:: +- @if [ ! -d $(HOME)/.seyon ]; then mkdir $(HOME)/.seyon; fi; \ +- echo "=== Copying example files (no overwrite) to $(HOME)/.seyon ..."; \ +- for i in phonelist protocols startup script.*; do \ +- if [ ! -f $(HOME)/.seyon/$$i ]; then cp $$i $(HOME)/.seyon; fi;\ +- done; +- + clean:: + rm -f version.h y.tab.* SeParse.c -- cgit v1.1