diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-01-19 07:04:09 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-01-19 07:04:09 +0000 |
commit | 7ebe0c75fb558d0047ca0790b7f30717070ef503 (patch) | |
tree | 3b3c71c518988600c53df6baacc50e2faf91aab0 /irc | |
parent | 480a5244218a0ab3d595eb59146fb7889d2cd7e3 (diff) |
- Add missing file
PR: ports/119784
Submitted by: Lewis <moggie@elasticmind.net>
Approved by: linimon (mentor)
Notes
Notes:
svn path=/head/; revision=205820
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircd-ratbox/files/patch-contrib_ircd-shortcut.pl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/ircd-ratbox/files/patch-contrib_ircd-shortcut.pl b/irc/ircd-ratbox/files/patch-contrib_ircd-shortcut.pl new file mode 100644 index 000000000000..9ec6882642da --- /dev/null +++ b/irc/ircd-ratbox/files/patch-contrib_ircd-shortcut.pl @@ -0,0 +1,11 @@ +--- contrib/ircd-shortcut.pl.orig Fri Jan 11 20:28:57 2008 ++++ contrib/ircd-shortcut.pl Sun Jan 13 14:55:34 2008 +@@ -36,7 +36,7 @@ + ###################################### + + +-open(FILE, '>', 'm_rsshortcut.c'); ++open(FILE, '>', '%%WRKSRC%%/contrib/m_rsshortcut.c'); + + print FILE <<".EOF."; + /* m_rsshortcut.c |