summaryrefslogtreecommitdiff
path: root/x11/eterm/patches/patch-aa
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>1999-03-30 04:48:43 +0000
committergarbled <garbled@pkgsrc.org>1999-03-30 04:48:43 +0000
commit53826e809534875fcb2c16b55cb64ad6614acb72 (patch)
tree1bb7782ae8ed27007b6ee5225ac14d9714bac694 /x11/eterm/patches/patch-aa
parentbddf511b159e10b0e48c7724eee2f875a7e7c66b (diff)
downloadpkgsrc-53826e809534875fcb2c16b55cb64ad6614acb72.tar.gz
New pkg for eterm 0.8.8. A fancy xterm with colors and transparent
backgrounds. Part of enlightenment.
Diffstat (limited to 'x11/eterm/patches/patch-aa')
-rw-r--r--x11/eterm/patches/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/eterm/patches/patch-aa b/x11/eterm/patches/patch-aa
new file mode 100644
index 00000000000..01bb5c1a57b
--- /dev/null
+++ b/x11/eterm/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/03/30 04:48:43 garbled Exp $
+--- themes/Makefile.in.orig Mon Mar 29 12:19:26 1999
++++ themes/Makefile.in Mon Mar 29 12:19:41 1999
+@@ -198,16 +198,12 @@
+ done
+ $(mkinstalldirs) $(pkgdatadir)/themes
+ -@for i in $(THEMES) ; do \
+- if test ! -d $(pkgdatadir)/themes/$$i ; then \
+ echo "Installing $$i theme in $(pkgdatadir)/themes" ; \
+ $(mkinstalldirs) $(pkgdatadir)/themes/$$i ; \
+ $(CP) $$i/???* $(pkgdatadir)/themes/$$i ; \
+ $(CHMOD) 755 $(pkgdatadir)/themes/$$i ; \
+ $(CHMOD) 644 $(pkgdatadir)/themes/$$i/???* ; \
+ rm -f $(pkgdatadir)/themes/$$i/MAIN.in ; \
+- else \
+- echo "ALERT! Not overwriting theme $$i in $(pkgdatadir)/themes. You will need to update this theme manually." ; \
+- fi ; \
+ done
+ @if test ! -f $(HOME)/.active.tags ; then $(CP) active.tags $(HOME)/.active.tags ; \
+ else echo "Not installing $(HOME)/.active.tags -- File exists." ; fi