mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
PR: ports/119784 Submitted by: Lewis <moggie@elasticmind.net> Approved by: linimon (mentor)
11 lines
310 B
Perl
11 lines
310 B
Perl
--- 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
|