summaryrefslogtreecommitdiff
path: root/irc/srvx/files/patch-aa
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-06-05 23:40:15 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-06-05 23:40:15 +0000
commit42df5aefce691ec74c6172f3e3a83b899f28c271 (patch)
tree38bf1f3a05063b58f1390c5c800779c9be4cfb61 /irc/srvx/files/patch-aa
parent- Update to 1.00 (diff)
- Update to 1.4.1
PR: 124314 Submitted by: Ports Fury
Diffstat (limited to 'irc/srvx/files/patch-aa')
-rw-r--r--irc/srvx/files/patch-aa25
1 files changed, 0 insertions, 25 deletions
diff --git a/irc/srvx/files/patch-aa b/irc/srvx/files/patch-aa
deleted file mode 100644
index b1c049dc0b7b..000000000000
--- a/irc/srvx/files/patch-aa
+++ /dev/null
@@ -1,25 +0,0 @@
---- 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