summaryrefslogtreecommitdiff
path: root/news/inn-stable
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
commit5281212be38447df70380d4e9e8cd0ef1cf11517 (patch)
tree655e734faae358d2c0edeefd08e9aeac6202b150 /news/inn-stable
parentAssign USE_XLIB var. Any ports which use XLib needs it. (diff)
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes: svn path=/head/; revision=20885
Diffstat (limited to 'news/inn-stable')
-rw-r--r--news/inn-stable/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile
index a5185789518a..6d924397c557 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>