diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-04-15 10:52:14 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-04-15 10:52:14 +0000 |
commit | f1048caf36f98be1cdab6722e16248fa1b83a81b (patch) | |
tree | fce6c6c4094ea5def12e148926152bbb13198712 /irc/ircd-ratbox/files/patch-help_Makefile.in | |
parent | Remove pkg-plist diffs for some ancient python versions that we have not (diff) |
- Major release update to 3.0.7. Read /usr/ports/UPDATING
PR: ports/166931
Submitted by: moggie <moggie@elasticmind.net> (maintainer)
Reviewed by: scheidell (me)
Notes
Notes:
svn path=/head/; revision=294844
Diffstat (limited to 'irc/ircd-ratbox/files/patch-help_Makefile.in')
-rw-r--r-- | irc/ircd-ratbox/files/patch-help_Makefile.in | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/irc/ircd-ratbox/files/patch-help_Makefile.in b/irc/ircd-ratbox/files/patch-help_Makefile.in deleted file mode 100644 index 8c7be9fe25b0..000000000000 --- a/irc/ircd-ratbox/files/patch-help_Makefile.in +++ /dev/null @@ -1,17 +0,0 @@ ---- help/Makefile.in.orig Mon Sep 12 16:58:45 2005 -+++ help/Makefile.in Mon Jan 23 23:15:32 2006 -@@ -63,14 +63,6 @@ - rm -f opers/index.tmp - - install: -- -@if test -d $(DESTDIR)$(helpdir)-old; then \ -- rm -rf $(DESTDIR)$(helpdir)-old; \ -- fi -- -@if test -d $(DESTDIR)$(helpdir); then \ -- echo "ircd: backing up old help files"; \ -- mv $(DESTDIR)$(helpdir) $(DESTDIR)$(helpdir)-old; \ -- fi -- - @echo "ircd: setting up help directory structure" - @mkdir -p -m 755 $(DESTDIR)$(helpdir) - @mkdir -p -m 755 $(DESTDIR)$(helpdir)/opers |