mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
a920765e6b
Comment: Don't install files into user's homedirectory any more Obtained from: the maintainer (me@freebsd.org)
16 lines
519 B
Plaintext
16 lines
519 B
Plaintext
--- 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
|