diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-05-22 14:29:02 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-05-22 14:29:02 +0800 |
commit | d9aa1e26910f4196dfc75db0b0e4bb2d792d191f (patch) | |
tree | 7a806d8bb3ca9c274d2c6828f96119bd4f80004e /news/suck | |
parent | a658ef04b09a6ba9d40bdf8f65066dc5611fcb91 (diff) | |
download | freebsd-ports-gnome-d9aa1e26910f4196dfc75db0b0e4bb2d792d191f.tar.gz freebsd-ports-gnome-d9aa1e26910f4196dfc75db0b0e4bb2d792d191f.tar.zst freebsd-ports-gnome-d9aa1e26910f4196dfc75db0b0e4bb2d792d191f.zip |
- Update patch to find includes from INN 2.3.2
- Took maintanership
Diffstat (limited to 'news/suck')
-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 |