From a920765e6bb12a408409eee743218bbf349cffac Mon Sep 17 00:00:00 2001 From: Gary Jennejohn 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/Makefile | 3 +-- comms/seyon/files/patch-ad | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 comms/seyon/files/patch-ad (limited to 'comms') diff --git a/comms/seyon/Makefile b/comms/seyon/Makefile index 8895190cf2ca..db2269324d23 100644 --- a/comms/seyon/Makefile +++ b/comms/seyon/Makefile @@ -3,7 +3,7 @@ # Date created: 3 October 1994 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.9 1998/09/16 02:25:00 steve Exp $ +# $Id: Makefile,v 1.10 1998/11/08 16:32:07 fenner Exp $ # DISTNAME= Seyon-2.14b @@ -16,7 +16,6 @@ MAINTAINER= me@FreeBSD.org WRKSRC= ${WRKDIR}/seyon USE_IMAKE= yes -BROKEN= Installs file in \$${HOME}/.seyon MAN1= seyon.1 diff --git a/comms/seyon/files/patch-ad b/comms/seyon/files/patch-ad new file mode 100644 index 000000000000..d358ecb342d0 --- /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