diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 89e9e517a9f1c97f22317b99b12b1133075eab02 (patch) | |
tree | faad1b92712e2988cd55bc71cc77494abb6ed655 /news/inn-stable | |
parent | 164234dfead0f28fb873b763e6f378cb3313f426 (diff) | |
download | FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.zip FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'news/inn-stable')
-rw-r--r-- | news/inn-stable/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index a518578..6d92439 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.39 1999/07/25 10:20:18 andreas Exp $ +# $Id: Makefile,v 1.40 1999/08/21 17:13:39 andreas Exp $ # DISTNAME= inn-STABLE_2_2-1999-07-24_03-02 @@ -114,8 +114,8 @@ post-install: ${MKDIR} -m 0775 ${NEWSSPOOL}/uniover chown news.news ${NEWSSPOOL}/uniover ${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 # make rnews work when getting news via uucp ! - chmod 4555 ${NEWSLIB}/bin/rnews + ${CHMOD} 4555 ${NEWSLIB}/bin/rnews .include <bsd.port.mk> |