d263920cb1
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.
14 lines
404 B
Plaintext
14 lines
404 B
Plaintext
$OpenBSD: patch-settings_mk,v 1.1.1.1 2009/06/02 22:07:25 sthen Exp $
|
|
--- settings.mk.orig Sun Jun 8 15:48:22 2008
|
|
+++ settings.mk Tue May 26 00:05:38 2009
|
|
@@ -1,6 +1,7 @@
|
|
-PREFIX = /usr/local
|
|
+PREFIX = ${LOCALBASE}
|
|
DATADIR = $(PREFIX)/share
|
|
LIBDIR = $(PREFIX)/lib
|
|
+LIBEXECDIR = $(PREFIX)/libexec
|
|
BINDIR = $(PREFIX)/bin
|
|
-MANDIR = $(DATADIR)/man
|
|
+MANDIR = $(PREFIX)/man
|
|
LOCALEDIR = $(DATADIR)/locale
|