0968f18286
- set license version - gmake is not needed - rename and regen patches - regen plist - fix homepage
18 lines
656 B
Plaintext
18 lines
656 B
Plaintext
$OpenBSD: patch-data_actions_Makefile_in,v 1.4 2010/08/18 13:34:20 jasper Exp $
|
|
--- data/actions/Makefile.in.orig Wed Nov 6 12:55:10 2002
|
|
+++ data/actions/Makefile.in Mon Aug 9 23:53:26 2010
|
|
@@ -228,11 +228,11 @@ uninstall-am: uninstall-actionsDATA uninstall-info-am
|
|
|
|
|
|
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:
|