summaryrefslogtreecommitdiff
path: root/news/inn-current/Makefile
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-current/Makefile
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-current/Makefile')
-rw-r--r--news/inn-current/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile
index b0b30c049f96..933ad0a120d7 100644
--- a/news/inn-current/Makefile
+++ b/news/inn-current/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 Oct 1994 (1.4), 18 Dec 1996 (1.5.1), 14 Feb 1999 (2.2)
# Whom: torstenb
#
-# $Id: Makefile,v 1.31 1999/05/02 20:28:00 torstenb Exp $
+# $Id: Makefile,v 1.32 1999/05/12 07:26:27 torstenb Exp $
#
DISTNAME= inn-2.2
@@ -58,6 +58,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>