summaryrefslogtreecommitdiff
path: root/news/nntpcache
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-06-26 10:29:33 +0000
committerseb <seb@pkgsrc.org>2002-06-26 10:29:33 +0000
commitdb84442a67c872c4802e8b37a88f71a84050f97a (patch)
tree9e5fcee06244c048489fb5197f01b82baef7be38 /news/nntpcache
parente521736766fda95b199d77e427c85a2b5fd262b6 (diff)
downloadpkgsrc-db84442a67c872c4802e8b37a88f71a84050f97a.tar.gz
Substitute a couple of `mkdir' by `${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
Diffstat (limited to 'news/nntpcache')
-rw-r--r--news/nntpcache/PLIST6
1 files changed, 3 insertions, 3 deletions
diff --git a/news/nntpcache/PLIST b/news/nntpcache/PLIST
index d95e4daec24..5607d0e36cc 100644
--- a/news/nntpcache/PLIST
+++ b/news/nntpcache/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2002/04/06 19:43:11 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2002/06/26 10:29:53 seb Exp $
etc/nntpcache/VERSION
etc/nntpcache/innreport.conf-dist
etc/nntpcache/innreport.pl
@@ -18,7 +18,7 @@ etc/nntpcache/spam.filter
etc/nntpcache/http/index.html
etc/nntpcache/http/moose.gif
etc/nntpcache/http/nntpcache.jpg
-@exec ${MKDIR} -p %D/etc/nntpcache/http/innreport/pics
+@exec ${MKDIR} %D/etc/nntpcache/http/innreport/pics
@exec ${CHOWN} -R news:news %D/etc/nntpcache
@exec ${CHMOD} 700 %D/etc/nntpcache
@unexec ${RMDIR} -p %D/etc/nntpcache/http/innreport/pics 2>/dev/null || true
@@ -34,7 +34,7 @@ libexec/nntpcache.gdb
man/man8/newshound.8
man/man8/nntpcached.8
@unexec ${RMDIR} etc/nntpcache 2>/dev/null || true
-@exec ${MKDIR} -p /var/spool/nntpcache
+@exec ${MKDIR} /var/spool/nntpcache
@exec cp %D/etc/nntpcache/VERSION /var/spool/nntpcache/VERSION
@exec ${CHOWN} -R news:news /var/spool/nntpcache
@exec ${CHMOD} 700 /var/spool/nntpcache