1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/irc/srvx/files/patch-aa
Clement Laforet e6909fa84f Re-add srvx 1.2.1, srvx IRC services. [1]
Rename port 'svrx' to 'srvx'. [2]
So I remove svrx. There's only one update in history, so
I think I need to asj for a repocopy.

PR:		59817, 61218 (update), 61232 [2]
Submitted by:	Walter Venable <weaseal@hotmail.com> (maintainer)
Pointy hat to:  me
Approved by:    erwin (mentor)
2004-01-12 10:45:48 +00:00

26 lines
1.1 KiB
Plaintext

--- Makefile.in Sun Oct 12 22:37:15 2003
+++ Makefile.in Sun Nov 30 04:31:56 2003
@@ -519,12 +519,17 @@
install-exec-local:
$(INSTALL) -d -m 755 $(prefix)
- $(INSTALL) -m 744 ./src/srvx $(prefix)
- $(INSTALL) -m 644 $(srcdir)/src/*.help $(prefix)
- $(INSTALL) -m 600 $(srcdir)/srvx.conf.example $(prefix)
- $(INSTALL) -m 644 $(srcdir)/sockcheck.conf.example $(prefix)
+ $(INSTALL) -d -m 755 $(prefix)/etc
+ $(INSTALL) -d -m 755 $(prefix)/share
+ $(INSTALL) -d -m 755 $(prefix)/share/doc
+ $(INSTALL) -d -m 755 $(prefix)/share/doc/srvx
+ $(INSTALL) -d -m 755 $(prefix)/bin
+ $(INSTALL) -m 744 ./src/srvx $(prefix)/bin/srvx
+ $(INSTALL) -m 644 $(srcdir)/src/*.help $(prefix)/share/doc/srvx/
+ $(INSTALL) -m 600 $(srcdir)/srvx.conf.example $(prefix)/etc/
+ $(INSTALL) -m 644 $(srcdir)/sockcheck.conf.example $(prefix)/etc/
@echo
- @echo srvx-$(VERSION) has been installed to $(prefix)
+ @echo srvx-$(VERSION) has been installed to $(prefix)/bin
@echo Remember to edit srvx.conf.example and sockcheck.conf.example
@echo And of course, ./srvx --help before starting.
@echo