summaryrefslogtreecommitdiff
path: root/news/nntpcache
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>2002-07-19 04:54:23 +0000
committermycroft <mycroft@pkgsrc.org>2002-07-19 04:54:23 +0000
commitc78670e7fb1655212960a850acf4785542b9ca7e (patch)
tree5e9dacc356a8bee62052756ced27b76f7f54f583 /news/nntpcache
parentc08ac951281185890e47808e2450683a64af9e05 (diff)
downloadpkgsrc-c78670e7fb1655212960a850acf4785542b9ca7e.tar.gz
`@unexec ${RMDIR}' needs the %D prefix. Doh.
Diffstat (limited to 'news/nntpcache')
-rw-r--r--news/nntpcache/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/nntpcache/PLIST b/news/nntpcache/PLIST
index 5607d0e36cc..71e91081984 100644
--- a/news/nntpcache/PLIST
+++ b/news/nntpcache/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2002/06/26 10:29:53 seb Exp $
+@comment $NetBSD: PLIST,v 1.8 2002/07/19 04:54:24 mycroft Exp $
etc/nntpcache/VERSION
etc/nntpcache/innreport.conf-dist
etc/nntpcache/innreport.pl
@@ -33,7 +33,7 @@ libexec/nntpcache-gdb.sh
libexec/nntpcache.gdb
man/man8/newshound.8
man/man8/nntpcached.8
-@unexec ${RMDIR} etc/nntpcache 2>/dev/null || true
+@unexec ${RMDIR} %D/etc/nntpcache 2>/dev/null || true
@exec ${MKDIR} /var/spool/nntpcache
@exec cp %D/etc/nntpcache/VERSION /var/spool/nntpcache/VERSION
@exec ${CHOWN} -R news:news /var/spool/nntpcache