openbsd-ports/x11/waimea/patches/patch-data_actions_Makefile_in
matthieu 6e86eea71d - fix freetype detection for X.Org
- make update patches
- bump pkgname
- add WANTLIB
ok and suggestions naddy@, sturm@. Maintainer timeout.
2004-12-06 23:11:34 +00:00

18 lines
644 B
Plaintext

$OpenBSD: patch-data_actions_Makefile_in,v 1.3 2004/12/06 23:11:35 matthieu Exp $
--- data/actions/Makefile.in.orig Wed Nov 6 12:55:10 2002
+++ data/actions/Makefile.in Mon Dec 6 23:37:29 2004
@@ -228,11 +228,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: