diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-05-22 06:29:02 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-05-22 06:29:02 +0000 |
commit | 5b14493a385695b57fdad9c662bd870c57edfca7 (patch) | |
tree | 8923e8b705981abdbd5e1af1fc4fd0420d1c41da /news | |
parent | d24f52d4dcd8e569c79d424bc4e2aa42b8e412f4 (diff) |
- Update patch to find includes from INN 2.3.2
- Took maintanership
Notes
Notes:
svn path=/head/; revision=42893
Diffstat (limited to 'news')
-rw-r--r-- | news/suck/Makefile | 2 | ||||
-rw-r--r-- | news/suck/files/inn2.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/news/suck/Makefile b/news/suck/Makefile index d8b557e39b4b..0f0ee5525058 100644 --- a/news/suck/Makefile +++ b/news/suck/Makefile @@ -11,7 +11,7 @@ CATEGORIES= news MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/news/transport -MAINTAINER= jseger@FreeBSD.org +MAINTAINER= dirk.meyer@dinoex.sub.org USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/news/suck/files/inn2.patch b/news/suck/files/inn2.patch index e8c76931746d..bf5e8858c428 100644 --- a/news/suck/files/inn2.patch +++ b/news/suck/files/inn2.patch @@ -28,7 +28,7 @@ # define These #DB_INC_LOC=-I/usr/src/inn-2.3/include #DB_LIB_LOC=-L/usr/src/inn-2.3/lib -+DB_INC_LOC=-I../../../inn/work/inn-2.3.1/include/ ++DB_INC_LOC=-I../../../inn/work/inn-2.3.2/include/ +DB_LIB_LOC=-L/usr/local/news/lib # Step 5: If you want to use embedded PERL functions as kill routines |