summaryrefslogtreecommitdiff
path: root/news/inn/Makefile
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-03-05 15:00:32 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-03-05 15:00:32 +0000
commit8c664bbc1c9943443f72a01ebda9a5e33418f4a0 (patch)
treec60b7289fa77e732f76d996ed041ef54cd8ff23f /news/inn/Makefile
parentFix PLIST. (diff)
Belatedly upgrade to 2.3.1.
Notes
Notes: svn path=/head/; revision=39100
Diffstat (limited to 'news/inn/Makefile')
-rw-r--r--news/inn/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile
index 90bc0c8f54bc..c939a658530b 100644
--- a/news/inn/Makefile
+++ b/news/inn/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= inn
-PORTVERSION= 2.3.0
+PORTVERSION= 2.3.1
CATEGORIES= news
MASTER_SITES= ftp://ftp.isc.org/isc/inn/
@@ -38,8 +38,9 @@ CONFIGURE_ARGS+= --with-largefiles
# is somewhat slower
#CONFIGURE_ARGS+= --enable-tagged-hash
-MAN1= convdate.1 getlist.1 grephistory.1 inews.1 innconfval.1 innfeed.1 \
- nntpget.1 rnews.1 shlock.1 shrinkfile.1 simpleftp.1 startinnfeed.1
+MAN1= ckpasswd.1 convdate.1 getlist.1 grephistory.1 inews.1 innconfval.1 \
+ innfeed.1 nntpget.1 rnews.1 shlock.1 shrinkfile.1 simpleftp.1 \
+ startinnfeed.1
MAN3= clientlib.3 dbz.3 inndcomm.3 libinn.3 libstorage.3 parsedate.3 qio.3 \
wildmat.3
MAN5= active.5 buffindexed.conf.5 control.ctl.5 cycbuff.conf.5 \
@@ -62,6 +63,8 @@ pre-install:
${MKDIR} ${INN_NEWSSPOOL}
post-install:
+ @${CHOWN} root:news ${PREFIX}/news/bin/auth/passwd/ckpasswd
+ @${CHMOD} 4755 ${PREFIX}/news/bin/auth/passwd/ckpasswd
@(if [ ! -f ${PREFIX}/news/db/history ] ; then \
${ECHO} 'Creating empty history database...' ; \
cd ${PREFIX}/news/db ; \