$NetBSD: patch-ac,v 1.1 1999/10/28 00:33:09 jlam 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) $$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) 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.