openbsd-ports/games/manaplus/patches/patch-data_icons_Makefile_am
jasper c60844fbea import manaplus 1.1.6.26
ManaPlus is an extended client for The Mana World and similar
eAthena-based MMORPG game servers.

from jona joachim (MAINTAINER) with tweaksy by landry@ and me.
ok landry@
2011-07-10 09:56:51 +00:00

15 lines
612 B
Plaintext

$OpenBSD: patch-data_icons_Makefile_am,v 1.1.1.1 2011/07/10 09:56:51 jasper Exp $
--- data/icons/Makefile.am.orig Sat Jun 25 18:12:08 2011
+++ data/icons/Makefile.am Wed Jun 29 18:46:09 2011
@@ -9,8 +9,8 @@ icons_DATA = manaplus.png \
manaplus.xpm
install-data-local:
- $(mkinstalldirs) $(DESTDIR)$(datarootdir)/pixmaps
- $(INSTALL) $(srcdir)/manaplus.png $(DESTDIR)$(datarootdir)/pixmaps/manaplus.png
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps
+ $(INSTALL) $(srcdir)/manaplus.png $(DESTDIR)$(datadir)/pixmaps/manaplus.png
uninstall-local:
rm -f $(DESTDIR)$(datarootdir)/pixmaps/manaplus.png