diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1999-09-10 08:44:40 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1999-09-10 08:44:40 +0000 |
commit | 765f45fe2e6ecccb490f746e2a00656a5d822742 (patch) | |
tree | 9e563c97181e07b0500ae021e3f4c5f1544285d9 /news/inn-current/Makefile | |
parent | ec53882020783a23c3a7f79323981f5c4d8c83b7 (diff) |
Notes
Diffstat (limited to 'news/inn-current/Makefile')
-rw-r--r-- | news/inn-current/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index 23c1e281698f..3708920e9292 100644 --- a/news/inn-current/Makefile +++ b/news/inn-current/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> |