diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
commit | 89e9e517a9f1c97f22317b99b12b1133075eab02 (patch) | |
tree | faad1b92712e2988cd55bc71cc77494abb6ed655 /news/cnews | |
parent | 164234dfead0f28fb873b763e6f378cb3313f426 (diff) | |
download | freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.zst freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.zip |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'news/cnews')
-rw-r--r-- | news/cnews/Makefile | 12 |
1 files changed, 6 insertions, 6 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 |