diff options
-rw-r--r-- | irc/iroffer/Makefile | 4 | ||||
-rw-r--r-- | irc/iroffer/files/patch-src::defines.h | 10 | ||||
-rw-r--r-- | irc/iroffer/files/patch-src::globals.h | 10 |
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 */ |