summaryrefslogtreecommitdiff
path: root/news/s-news
diff options
context:
space:
mode:
authorAndrey Slusar <anray@FreeBSD.org>2006-04-17 09:58:29 +0000
committerAndrey Slusar <anray@FreeBSD.org>2006-04-17 09:58:29 +0000
commitb2cda5532b0f5cad07197899e36dc60f5827e4ad (patch)
tree3df8ee945bd513228328155eb3526ae267d8d0fd /news/s-news
parentUpdate to 3.48. (diff)
Pet portlint(1).
Notes
Notes: svn path=/head/; revision=159781
Diffstat (limited to 'news/s-news')
-rw-r--r--news/s-news/Makefile6
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"