summaryrefslogtreecommitdiff
path: root/news/inn/Makefile
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1999-09-10 08:44:40 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1999-09-10 08:44:40 +0000
commit765f45fe2e6ecccb490f746e2a00656a5d822742 (patch)
tree9e563c97181e07b0500ae021e3f4c5f1544285d9 /news/inn/Makefile
parentFix dependency: ${PORTSDIR}/print/html2ps -> ${PORTSDIR}/print/html2ps-letter. (diff)
Upgrade to INN 2.2.1.
One of the bugs that has been fixed is a buffer overflow in inews. Please upgrade to 2.2.1 if yo
Notes
Notes: svn path=/head/; revision=21552
Diffstat (limited to 'news/inn/Makefile')
-rw-r--r--news/inn/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile
index 23c1e281698f..3708920e9292 100644
--- a/news/inn/Makefile
+++ b/news/inn/Makefile
@@ -6,7 +6,7 @@
# $FreeBSD$
#
-DISTNAME= inn-2.2
+DISTNAME= inn-2.2.1
CATEGORIES= news
MASTER_SITES= ftp://ftp.isc.org/isc/inn/
@@ -25,11 +25,13 @@ INN_NEWSLIB?=${PREFIX}/news
INN_NEWSLOG?=/var/log/news
HAS_CONFIGURE= yes
-CONFIGURE_ENV+= MANDIR=${PREFIX}/man
+CONFIGURE_ARGS+= --mandir=${PREFIX}/man
CONFIGURE_ARGS+= --prefix=${INN_NEWSLIB}
CONFIGURE_ARGS+= --with-spool-dir=${INN_NEWSSPOOL}
CONFIGURE_ARGS+= --with-log-dir=${INN_NEWSLOG}
CONFIGURE_ARGS+= --with-perl
+CONFIGURE_ARGS+= --with-tmp-path=${INN_NEWSSPOOL}/tmp
+CONFIGURE_ARGS+= --with-largefiles
# Various Options. See ${WRKSRC}/INSTALL for details
@@ -58,6 +60,6 @@ MAN8= actived.8 actsync.8 actsyncd.8 archive.8 batcher.8 buffchan.8 \
post-install:
${SED} <${FILESDIR}/innd.sh >${PREFIX}/etc/rc.d/innd.sh \
- s+!!PREFIX!!+${PREFIX}+g && ${CHMOD} +x ${PREFIX}/etc/rc.d/innd.sh
+ s+!!PREFIX!!+${PREFIX}+g && chmod +x ${PREFIX}/etc/rc.d/innd.sh
.include <bsd.port.mk>