diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-03-07 08:24:11 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-03-07 08:24:11 +0800 |
commit | ae13326a465aa816343a3f2d2697129afe3628ae (patch) | |
tree | 1e095828e1dfe540528f21e4ccd2884809e36e76 /news | |
parent | 92156c6c12d3c7d6142ce304133bfde91d0bb7c2 (diff) | |
download | freebsd-ports-gnome-ae13326a465aa816343a3f2d2697129afe3628ae.tar.gz freebsd-ports-gnome-ae13326a465aa816343a3f2d2697129afe3628ae.tar.zst freebsd-ports-gnome-ae13326a465aa816343a3f2d2697129afe3628ae.zip |
Remove %D from @dirrm argument.
Diffstat (limited to 'news')
-rw-r--r-- | news/nntpcache/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/nntpcache/pkg-plist b/news/nntpcache/pkg-plist index f28b9ec00d2e..93a309bbee70 100644 --- a/news/nntpcache/pkg-plist +++ b/news/nntpcache/pkg-plist @@ -5,5 +5,5 @@ etc/nntpcache/spam.filter etc/rc.d/nntpcached.sh sbin/nntpcached man/man8/nntpcache.8.gz -@dirrm %D/etc/nntpcache +@dirrm etc/nntpcache @unexec rm -rf /var/spool/nntpcache |