diff options
Diffstat (limited to 'x11/eterm/patches/patch-ac')
-rw-r--r-- | x11/eterm/patches/patch-ac | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/x11/eterm/patches/patch-ac b/x11/eterm/patches/patch-ac deleted file mode 100644 index 8aa4a3623b6..00000000000 --- a/x11/eterm/patches/patch-ac +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-ac,v 1.2 2001/04/28 11:07:35 zuntum Exp $ - ---- themes/Makefile.in.orig Mon Apr 26 10:53:58 1999 -+++ themes/Makefile.in Mon Oct 25 18:10:44 1999 -@@ -214,19 +214,13 @@ - done - $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/themes - -@for i in $(THEMES) ; do \ -- if test ! -d $(DESTDIR)$(pkgdatadir)/themes/$$i ; then \ - echo "Installing $$i theme in $(DESTDIR)$(pkgdatadir)/themes" ; \ - $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/themes/$$i ; \ - $(CP) $(srcdir)/$$i/???* $(DESTDIR)$(pkgdatadir)/themes/$$i ; \ - $(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/themes/$$i ; \ - $(CHMOD) 644 $(DESTDIR)$(pkgdatadir)/themes/$$i/???* ; \ - rm -f $(DESTDIR)$(pkgdatadir)/themes/$$i/MAIN.in ; \ -- else \ -- echo "ALERT! Not overwriting theme $$i in $(DESTDIR)$(pkgdatadir)/themes. You will need to update this theme manually." ; \ -- fi ; \ - done -- @if test ! -f $(HOME)/.active.tags ; then $(CP) $(srcdir)/active.tags $(HOME)/.active.tags ; \ -- else echo "Not installing $(HOME)/.active.tags -- File exists." ; fi - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. |