forked from Lainports/freebsd-ports
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/
13 lines
421 B
Text
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
|