mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add missing file
PR: ports/119784 Submitted by: Lewis <moggie@elasticmind.net> Approved by: linimon (mentor)
This commit is contained in:
parent
480a524421
commit
7ebe0c75fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205820
1 changed files with 11 additions and 0 deletions
11
irc/ircd-ratbox/files/patch-contrib_ircd-shortcut.pl
Normal file
11
irc/ircd-ratbox/files/patch-contrib_ircd-shortcut.pl
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue