diff options
Diffstat (limited to 'news/s-news')
-rw-r--r-- | news/s-news/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/news/s-news/Makefile b/news/s-news/Makefile index 7534819bdc75..082ac0fca9e6 100644 --- a/news/s-news/Makefile +++ b/news/s-news/Makefile @@ -16,13 +16,11 @@ COMMENT= Simple news server for hosts with one or two users LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm -CONFLICTS= nntp-* - -NEWSSPOOL= /var/spool/s-news +CONFLICTS= nntp-[0-9]* CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-confdir=${PREFIX}/etc/s-news \ - --with-spooldir=${NEWSSPOOL} + --with-spooldir=/var/spool/s-news CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |