openbsd-ports/games/frozen-bubble/patches/patch-server_Makefile
sthen d263920cb1 import frozen-bubble from maintainer James Wright. it has a couple of
small issues but works well enough, they can be fixed in-tree.

An amazingly cute game of popping bubbles.  Full-featured, colorful
animated penguin eye candy, 100 levels of 1p game, hours and hours of
2p game, a level-editor, 3 professional quality 20-channels musics, 15
stereo sound effects, 7 unique graphical transition effects.
2009-06-02 22:07:24 +00:00

15 lines
523 B
Plaintext

$OpenBSD: patch-server_Makefile,v 1.1.1.1 2009/06/02 22:07:25 sthen Exp $
--- server/Makefile.orig Tue May 26 00:05:45 2009
+++ server/Makefile Tue May 26 00:06:26 2009
@@ -21,8 +21,8 @@ clean:
rm -f fb-server *.o .depend
install: fb-server
- install -d $(DESTDIR)$(LIBDIR)/frozen-bubble
- install fb-server $(DESTDIR)$(LIBDIR)/frozen-bubble
+ install -d $(DESTDIR)$(LIBEXECDIR)/frozen-bubble
+ install fb-server $(DESTDIR)$(LIBEXECDIR)/frozen-bubble
.depend:
$(CPP) $(CFLAGS) $(CPPFLAGS) -M $(ALLSRC) > .depend