aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-17 12:37:45 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-17 12:37:45 +0000
commitd739bdf1dcc24bd072e23168e260f4b71069ec0b (patch)
tree3cc279d7e825f5e0c36282259a92d4d7354ca42c /irc
parent8248545e471a235af666565697bcca3bd479d904 (diff)
downloadports-d739bdf1dcc24bd072e23168e260f4b71069ec0b.tar.gz
ports-d739bdf1dcc24bd072e23168e260f4b71069ec0b.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/iroffer/Makefile4
-rw-r--r--irc/iroffer/files/patch-src::defines.h10
-rw-r--r--irc/iroffer/files/patch-src::globals.h10
3 files changed, 22 insertions, 2 deletions
diff --git a/irc/iroffer/Makefile b/irc/iroffer/Makefile
index 2039edd39e17..e374ecb934a2 100644
--- a/irc/iroffer/Makefile
+++ b/irc/iroffer/Makefile
@@ -14,8 +14,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= dburr@FreeBSD.ORG
-do-configure:
- cd ${WRKSRC} && ${SH} ./Configure
+HAS_CONFIGURE= yes
+CONFIGURE_SCRIPT= Configure
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/iroffer ${PREFIX}/bin
diff --git a/irc/iroffer/files/patch-src::defines.h b/irc/iroffer/files/patch-src::defines.h
new file mode 100644
index 000000000000..cea7eebc822e
--- /dev/null
+++ b/irc/iroffer/files/patch-src::defines.h
@@ -0,0 +1,10 @@
+--- src/defines.h.orig Sun Nov 17 23:37:55 2002
++++ src/defines.h Sun Nov 17 23:38:02 2002
+@@ -176,6 +176,6 @@
+ #error "*** ERROR: This OS Is Not Supported Or You Didn't Run Configure ***"
+ #endif
+
+-#endif _IROFFER_DEFINES
++#endif
+
+ /* End of File */
diff --git a/irc/iroffer/files/patch-src::globals.h b/irc/iroffer/files/patch-src::globals.h
new file mode 100644
index 000000000000..7272165c146b
--- /dev/null
+++ b/irc/iroffer/files/patch-src::globals.h
@@ -0,0 +1,10 @@
+--- src/globals.h.orig Sun Nov 17 23:37:17 2002
++++ src/globals.h Sun Nov 17 23:37:31 2002
+@@ -140,6 +140,6 @@
+
+ GEX meminfo_t meminfo[MAXMEMINFO];
+
+-#endif _IROFFER_GLOBALS
++#endif
+
+ /* End of File */