mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
3d2066e576
- switch to bz2 distfile - ECHO -> ECHO_MSG PR: 52043 Submitted by: Ports Fury
36 lines
1.0 KiB
Plaintext
36 lines
1.0 KiB
Plaintext
--- server/Makefile.orig Tue Jan 30 13:05:51 2001
|
|
+++ server/Makefile Fri May 16 16:36:47 2003
|
|
@@ -23,7 +23,7 @@
|
|
|
|
DEFINES =
|
|
|
|
-WARN = -Wall -Wstrict-prototypes
|
|
+WARN = -Wall #-Wstrict-prototypes
|
|
|
|
CFLAGS = $(DEBUG) $(OPTIMIZE) $(WARN)
|
|
|
|
@@ -102,20 +102,14 @@
|
|
@echo
|
|
@echo "Installing the server:"
|
|
cp $(GSI_SERVER) $(INSTALL_FILE)
|
|
- @echo
|
|
- @echo "Don't forget to place a line in /etc/services, like this:"
|
|
- @echo "gsi_server 9000/tcp # Shared 3d sound server"
|
|
- @echo "if you want to be able to run the server over a network."
|
|
- @echo "[ note the security implications, see the documentation ]"
|
|
-
|
|
|
|
-install.man: doc/gsi_server.8 doc/gsi.conf.5
|
|
+install.man: doc/man8/gsi_server.8 doc/man5/gsi.conf.5
|
|
@echo
|
|
@echo "Installing gsi_server man page:"
|
|
- cp -f doc/gsi_server.8 $(MANDIR)/man8/
|
|
+ cp -f doc/man8/gsi_server.8 $(MANDIR)/man8/
|
|
@echo
|
|
@echo "Installing gsi.conf man page:"
|
|
- cp -f doc/gsi.conf.5 $(MANDIR)/man5/
|
|
+ cp -f doc/man5/gsi.conf.5 $(MANDIR)/man5/
|
|
|
|
|
|
uninstall.man:
|