$OpenBSD: patch-data_actions_Makefile_in,v 1.1.1.1 2002/09/01 09:23:11 couderc Exp $
--- data/actions/Makefile.in.orig	Fri Aug 30 11:05:19 2002
+++ data/actions/Makefile.in	Fri Aug 30 11:05:52 2002
@@ -200,11 +200,11 @@ mostlyclean distclean maintainer-clean
 
 
 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.
