ab692c459a
for the X11 Window system environment. It has certain flavours from other games, especially gauntlet and the rogue-like games (Nethack, Moria, Angband, and Ragnarok.) Any number of players can move around in their own window, finding and using items and battling monsters. They can choose to cooperate or compete in the same world. The gnome flavor creates a gnome client. * * * Thanks to Lurene Grenier <lurene@daemonkitty.net> for the port. Fixes by me.
15 lines
501 B
Plaintext
15 lines
501 B
Plaintext
$OpenBSD: patch-sound-src_Makefile_in,v 1.1.1.1 2002/05/16 00:25:55 mark Exp $
|
|
--- sound-src/Makefile.in.orig Fri May 3 15:54:22 2002
|
|
+++ sound-src/Makefile.in Fri May 3 15:54:43 2002
|
|
@@ -71,8 +71,8 @@ distclean::
|
|
$(RM) -f Makefile cfsndserv
|
|
|
|
install:
|
|
- $(INSTALL) -d ${bindir}
|
|
- $(INSTALL) cfsndserv ${bindir}
|
|
+ $(INSTALL) -d $(DESTDIR)$(bindir)
|
|
+ $(INSTALL) cfsndserv $(DESTDIR)$(bindir)
|
|
|
|
depend:
|
|
$(DEPEND) $(DEPENDFLAGS) -- $(CFLAGS) $(INCLUDES) -- $(PROTOSOURCES) $(SND_SOURCES) gx11.c
|