aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xdtm/files
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1995-04-26 19:49:42 +0800
committergpalmer <gpalmer@FreeBSD.org>1995-04-26 19:49:42 +0800
commit77f94ce087d5b71bd7c676c8a4de26b33101d932 (patch)
treec17020465b7d729896e7d643a3611c48af6f7fe1 /x11/xdtm/files
parentf55104da9288e5efca521f871d4158d3dba94fa5 (diff)
downloadfreebsd-ports-gnome-77f94ce087d5b71bd7c676c8a4de26b33101d932.tar.gz
freebsd-ports-gnome-77f94ce087d5b71bd7c676c8a4de26b33101d932.tar.zst
freebsd-ports-gnome-77f94ce087d5b71bd7c676c8a4de26b33101d932.zip
xdtm - X Desktop Manager.
Diffstat (limited to 'x11/xdtm/files')
-rw-r--r--x11/xdtm/files/patch-aa26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11/xdtm/files/patch-aa b/x11/xdtm/files/patch-aa
new file mode 100644
index 000000000000..c540d6c57c63
--- /dev/null
+++ b/x11/xdtm/files/patch-aa
@@ -0,0 +1,26 @@
+*** Imakefile.orig Thu Dec 29 01:41:09 1994
+--- Imakefile Wed Apr 26 04:44:56 1995
+***************
+*** 240,249 ****
+ sed -e 's^\"{icon dir}\"^\"$(XDTMDIR)/icons\"^' \
+ xdtmrc.orig > xdtmrc
+ sed -e 's^iconfile^$(XDTMDIR)/new_xdtm.xbm^' Xdtm.ad.tmpl > Xdtm.ad
+
+ XCOMM Install the xdtm execute script file, used to prevent xterms closing
+ XCOMM when the inferier process dies.
+! InstallProgram(xdtm.sh, $(BINDIR))
+
+ XCOMM Install the helpfile, system xdtmrc, icon bitmaps and the default
+ XCOMM application defaults.
+--- 240,250 ----
+ sed -e 's^\"{icon dir}\"^\"$(XDTMDIR)/icons\"^' \
+ xdtmrc.orig > xdtmrc
+ sed -e 's^iconfile^$(XDTMDIR)/new_xdtm.xbm^' Xdtm.ad.tmpl > Xdtm.ad
++ mv xdtm.sh xdtm.sh.script
+
+ XCOMM Install the xdtm execute script file, used to prevent xterms closing
+ XCOMM when the inferier process dies.
+! InstallScript(xdtm.sh, $(BINDIR))
+
+ XCOMM Install the helpfile, system xdtmrc, icon bitmaps and the default
+ XCOMM application defaults.