$OpenBSD: patch-data_actions_Makefile_in,v 1.2 2002/10/18 02:05:19 mark Exp $
--- data/actions/Makefile.in.orig	Sun Oct 13 20:54:39 2002
+++ data/actions/Makefile.in	Thu Oct 17 18:57:13 2002
@@ -226,11 +226,11 @@ uninstall-am: uninstall-actionsDATA unin
 
 
 install-data-local:
-	cd $(pkgdatadir)/actions && \
+	cd $(DESTDIR)$(pkgdatadir)/actions && \
 	ln -sf action.sloppy-focus action
 
 uninstall-local:
-	rm -f $(pkgdatadir)/actions/action
+	rm -f $(DESTDIR)$(pkgdatadir)/actions/action
 # 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.
 .NOEXPORT:
