freebsd-ports/games/masterserver/files/patch-plugins__Makefile
Alejandro Pulver 6e618a2f7b LASANGE aims at creating a mostly-automated LAN session administration and
management system. It will provide game server management (instant deployment
of game servers) and tournament management in a more advanced and automated
way than other systems. It will also consist of basic tools for LAN sessions
such as a generic modular Masterserver, IRC bot, etc.

WWW: http://lasange-system.sourceforge.net/
2007-01-25 22:29:06 +00:00

13 lines
421 B
Text

--- ./plugins/Makefile.orig Sat May 28 11:10:25 2005
+++ ./plugins/Makefile Thu Jan 25 11:35:53 2007
@@ -18,8 +18,8 @@
$(RM) $(OBJS) $(LIBS)
install:
- $(INSTALL) -m 755 -d $(libdir)/lasange/masterserver
- $(INSTALLDATA) $(LIBS) $(libdir)/lasange/masterserver
+ $(INSTALL) -m 755 -d $(libdir)/masterserver
+ $(INSTALLDATA) $(LIBS) $(libdir)/masterserver
uninstall:
$(RM) $(libdir)/lasange/masterserver/libq3.so