diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-16 08:22:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-16 08:22:53 +0000 |
commit | 41b6c416db06a2fd183ab6753db49fbfa4719cb0 (patch) | |
tree | e1809e1b3a431f9b3f8907f17e8530f15079b8e0 /irc/ircd-hybrid/files/patch-modules-Makefile | |
parent | Require 5.6+ (DBD::InterBase depends on DBI-1.41+) (diff) |
- Update to 7.1.2
PR: ports/84777
Submitted by: Diane Bruce <db@db.net>
Approved by: maintainer timeout (1 month)
- Switch to rcNG startup script
PR: ports/85564
Submitted by: hr <asher@raout.org>
Notes
Notes:
svn path=/head/; revision=142896
Diffstat (limited to 'irc/ircd-hybrid/files/patch-modules-Makefile')
-rw-r--r-- | irc/ircd-hybrid/files/patch-modules-Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/irc/ircd-hybrid/files/patch-modules-Makefile b/irc/ircd-hybrid/files/patch-modules-Makefile deleted file mode 100644 index 4ecc8966656a..000000000000 --- a/irc/ircd-hybrid/files/patch-modules-Makefile +++ /dev/null @@ -1,13 +0,0 @@ ---- modules/Makefile.in.orig Sun Jun 16 10:31:25 2002 -+++ modules/Makefile.in Tue Jan 6 01:10:40 2004 -@@ -29,8 +29,8 @@ - - prefix = @prefix@ - # Change this later! -- adrian --moduledir = @prefix@/modules --automoduledir = @prefix@/modules/autoload -+moduledir = @moduledir@ -+automoduledir = @automoduledir@ - - INCLUDES = -I../include -I../adns $(SSL_INCLUDES) - CPPFLAGS = ${INCLUDES} @CPPFLAGS@ |