diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1999-02-16 22:07:51 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1999-02-16 22:07:51 +0000 |
commit | ce05cfe07e6ca964011fd7d36f59e90ee0a11e00 (patch) | |
tree | c4bddb7536634cca26f613c3f09607e0989b7366 /news/inn-stable/Makefile | |
parent | Enable new inn2 port (diff) |
grammar...
Notes
Notes:
svn path=/head/; revision=16742
Diffstat (limited to 'news/inn-stable/Makefile')
-rw-r--r-- | news/inn-stable/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index 741113b5b0fc..9caef95a7d60 100644 --- a/news/inn-stable/Makefile +++ b/news/inn-stable/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Oct 1994 (1.4), 18 Dec 1996 (1.5.1) # Whom: torstenb # -# $Id: Makefile,v 1.31 1999/02/16 22:01:04 andreas Exp $ +# $Id: Makefile,v 1.32 1999/02/16 22:04:30 andreas Exp $ # DISTNAME= inn-STABLE_2_2-1999-02-14_03-02 @@ -82,7 +82,7 @@ post-install: fi ${SED} <${FILESDIR}/innd.sh >${PREFIX}/etc/rc.d/innd.sh \ s+!!PREFIX!!+${PREFIX}+g && chmod +x ${PREFIX}/etc/rc.d/innd.sh - # make rnews work when using newsfeeds over uucp ! + # make rnews work when getting news via uucp ! chmod 4555 ${PREFIX}/news/bin/rnews .include <bsd.port.mk> |