diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 1999-03-30 19:48:19 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 1999-03-30 19:48:19 +0000 |
commit | a920765e6bb12a408409eee743218bbf349cffac (patch) | |
tree | e276707ad7f9066aa04827dd5e81a1464d1bd5e3 /comms/seyon | |
parent | 957b596979f1019d795217673dc92a505f0addb3 (diff) | |
download | ports-a920765e6bb12a408409eee743218bbf349cffac.tar.gz ports-a920765e6bb12a408409eee743218bbf349cffac.zip |
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)
Notes
Notes:
svn path=/head/; revision=17466
Diffstat (limited to 'comms/seyon')
-rw-r--r-- | comms/seyon/Makefile | 3 | ||||
-rw-r--r-- | comms/seyon/files/patch-ad | 15 |
2 files changed, 16 insertions, 2 deletions
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 |