summaryrefslogtreecommitdiffstats
path: root/comms/seyon/files
diff options
context:
space:
mode:
authorgj <gj@FreeBSD.org>1999-03-30 19:48:19 +0000
committergj <gj@FreeBSD.org>1999-03-30 19:48:19 +0000
commitadd896600ed4ef5e5dd16d0bed43e56d6e186a85 (patch)
treefd129bab6e9fc5629e099700026642c8b9532ad7 /comms/seyon/files
parent186e7f2ba44d378aac7edf457286f9ff1bd95bdd (diff)
downloadFreeBSD-ports-add896600ed4ef5e5dd16d0bed43e56d6e186a85.zip
FreeBSD-ports-add896600ed4ef5e5dd16d0bed43e56d6e186a85.tar.gz
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)
Diffstat (limited to 'comms/seyon/files')
-rw-r--r--comms/seyon/files/patch-ad15
1 files changed, 15 insertions, 0 deletions
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
OpenPOWER on IntegriCloud