diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /news | |
parent | Assign 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')
-rw-r--r-- | news/cnews/Makefile | 12 | ||||
-rw-r--r-- | news/diablo/Makefile | 6 | ||||
-rw-r--r-- | news/inn-current/Makefile | 4 | ||||
-rw-r--r-- | news/inn-stable/Makefile | 6 | ||||
-rw-r--r-- | news/inn/Makefile | 4 | ||||
-rw-r--r-- | news/leafnode+/Makefile | 4 |
6 files changed, 18 insertions, 18 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile index 2512f7d93322..a690d53c43c3 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -3,7 +3,7 @@ # Date created: 28 September 1994 # Whom: adam # -# $Id: Makefile,v 1.20 1999/02/22 03:56:51 steve Exp $ +# $Id: Makefile,v 1.21 1999/06/10 08:00:06 steve Exp $ # DISTNAME= c-news @@ -57,17 +57,17 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/libcnews.a ${PREFIX}/lib ${MKDIR} ${NEWSSPOOL} ${NEWSBIN} ${NEWSLIB} -ln -s ${NEWSSPOOL} /var/news - chown news.news ${NEWSSPOOL} ${NEWSLIB} - chown bin.bin ${NEWSBIN} + ${CHOWN} news.news ${NEWSSPOOL} ${NEWSLIB} + ${CHOWN} bin.bin ${NEWSBIN} ${INSTALL_SCRIPT} ${WRKSRC}/${PGPVERIFY} ${NEWSBIN}/pgpverify cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} setup cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ui readpostcheck .for f in checknews cnewsdo inews injnews postnews readnews - chown bin.bin ${PREFIX}/bin/$f + ${CHOWN} bin.bin ${PREFIX}/bin/$f .endfor - chown news.news ${NEWSBIN}/input/newsspool - chmod 6755 ${NEWSBIN}/input/newsspool + ${CHOWN} news.news ${NEWSBIN}/input/newsspool + ${CHMOD} 6755 ${NEWSBIN}/input/newsspool .for i in ${MAN1} ${INSTALL_MAN} ${WRKSRC}/man/${i} ${PREFIX}/man/man1 .endfor diff --git a/news/diablo/Makefile b/news/diablo/Makefile index ca42a2b8bcbb..c3dcc6ebdae2 100644 --- a/news/diablo/Makefile +++ b/news/diablo/Makefile @@ -3,7 +3,7 @@ # Date created: June 2nd 1997 # Whom: jfitz # -# $Id: Makefile,v 1.4 1998/04/18 12:32:30 itojun Exp $ +# $Id: Makefile,v 1.5 1999/07/04 20:54:41 steve Exp $ # DISTNAME= diablo-1.15-rel @@ -40,7 +40,7 @@ pre-install: ${PREFIX}/news/spool/news ${PREFIX}/share/doc/diablo ${RM} -f /news ${LN} -sf ${PREFIX}/news /news - /usr/sbin/chown -R news.news ${PREFIX}/news + ${CHOWN} -R news.news ${PREFIX}/news do-install: cd ${WRKSRC} && ${PREFIX}/bin/xmake install @@ -70,7 +70,7 @@ post-install: @ ${ECHO} " echo -n ' diablo(disabled)'" >> \ ${PREFIX}/etc/rc.d/diablo.sh @ ${ECHO} "fi" >> ${PREFIX}/etc/rc.d/diablo.sh - /bin/chmod 0750 ${PREFIX}/etc/rc.d/diablo.sh + ${CHMOD} 0750 ${PREFIX}/etc/rc.d/diablo.sh .if !defined(BATCH) @ /usr/bin/more -e ${PREFIX}/share/doc/diablo/post-install-notes .endif 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> 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> diff --git a/news/inn/Makefile b/news/inn/Makefile index b0b30c049f96..933ad0a120d7 100644 --- a/news/inn/Makefile +++ b/news/inn/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> diff --git a/news/leafnode+/Makefile b/news/leafnode+/Makefile index 27a5d4a58c7c..7c1daa43930a 100644 --- a/news/leafnode+/Makefile +++ b/news/leafnode+/Makefile @@ -3,7 +3,7 @@ # Date created: 19 November 1998 # Whom: Tom Hukins <tom@FreeBSD.org> # -# $Id: Makefile,v 1.7 1999/07/04 19:40:32 sada Exp $ +# $Id: Makefile,v 1.8 1999/07/05 18:59:56 sada Exp $ # DISTNAME= leafnode+-2.6 @@ -31,7 +31,7 @@ post-patch: @${REWRITE} ${WRKSRC}/${file}.bak > ${WRKSRC}/${file} .endfor @${REWRITE} ${FILESDIR}/INSTALL.in > ${PKGINSTALL} - @chmod 755 ${PKGINSTALL} + @${CHMOD} 755 ${PKGINSTALL} do-install: .for file in leafnode fetchnews texpire checkgroups leaftool |