freebsd-ports/irc/tr-ircd/files/patch-lib-md5-Makefile.in
Martin Wilke 2ad1ee7e80 - Update to 5.7.3
- Pass maintainership to submitter

Changelog:
- no more run as root, uses own user and group by default
- RCng startup script (trircd)
- fixed build for amd64
- installs bin/tr-ircd instead of bin/ircd
  (conflict with irc/ircd-hybrid, irc/ptlink-ircd & co.)
- does not install bin/md5sum (we have our md5)
  (conflict with archivers/dpkg and not necessary)
- run and log directories can be defined via
  TRIRCD_RUNDIR and TRIRCD_LOGDIR
- configuration directory via TRIRCD_CONFDIR
  (can be specified on runtime as well)
- user and group definable via TRIRCD_USER TRIRCD_GROUP

PR:		108835
Submitted by:	Martin Matuska <martin@matuska.org>
2007-02-08 22:32:06 +00:00

11 lines
259 B
Text

--- lib/md5/Makefile.in.orig Tue Feb 6 13:07:31 2007
+++ lib/md5/Makefile.in Tue Feb 6 13:07:47 2007
@@ -53,6 +53,8 @@
depend:
install:
+
+install-md5:
@echo "Installing md5 utilities"
$(INSTALL) -d ${libexecdir}
$(INSTALL) $(PROGS) ${libexecdir}