openbsd-ports/x11/eterm/patches/patch-themes_Makefile_in
espie f1ebfabd8c rebuild patches using diff -u -p.
Comment out $HOME writing in themes/Makefile.in
2002-03-07 20:00:19 +00:00

15 lines
844 B
Plaintext

$OpenBSD: patch-themes_Makefile_in,v 1.1 2002/03/07 20:00:19 espie Exp $
--- themes/Makefile.in.orig Thu Mar 7 20:49:14 2002
+++ themes/Makefile.in Thu Mar 7 20:49:22 2002
@@ -225,8 +225,8 @@ install-data-hook:
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
+# @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.