diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-05-26 15:00:39 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-05-26 15:00:39 +0000 |
commit | 1211c83571bd90c16cebf8047c8727e5055ed771 (patch) | |
tree | fa4eb50e6cadbcedc34dcf2a2bcc1943ac4c2405 /news | |
parent | Add patch to respect NOPORTDOCS (diff) |
- Changed BUILD_DEPENDS, so INN don't have to be extracted any more.
- PORTREVIOSION is not bumped, as the port has not changed.
Notes
Notes:
svn path=/head/; revision=43087
Diffstat (limited to 'news')
-rw-r--r-- | news/suck/Makefile | 1 | ||||
-rw-r--r-- | news/suck/files/inn2.patch | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/news/suck/Makefile b/news/suck/Makefile index 593d72af2a61..89b474beef21 100644 --- a/news/suck/Makefile +++ b/news/suck/Makefile @@ -22,7 +22,6 @@ PKGNAMESUFFIX= -cnews EXTRA_PATCHES+= ${FILESDIR}/cnews.patch .else EXTRA_PATCHES+= ${FILESDIR}/inn2.patch -BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/news/inn:configure BUILD_DEPENDS+= ${LOCALBASE}/news/lib/libinn.a:${PORTSDIR}/news/inn .endif diff --git a/news/suck/files/inn2.patch b/news/suck/files/inn2.patch index bf5e8858c428..e7d19b4b443c 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.2/include/ ++DB_INC_LOC=-I/usr/local/news/include/ +DB_LIB_LOC=-L/usr/local/news/lib # Step 5: If you want to use embedded PERL functions as kill routines |