diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-04-17 09:58:29 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-04-17 09:58:29 +0000 |
commit | b2cda5532b0f5cad07197899e36dc60f5827e4ad (patch) | |
tree | 3df8ee945bd513228328155eb3526ae267d8d0fd /news/s-news | |
parent | 169370204d551fcf2790b0592a92723a521f4bfb (diff) | |
download | ports-b2cda5532b0f5cad07197899e36dc60f5827e4ad.tar.gz ports-b2cda5532b0f5cad07197899e36dc60f5827e4ad.zip |
Notes
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" |