diff options
author | jtb <jtb@pkgsrc.org> | 2000-11-30 22:58:38 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2000-11-30 22:58:38 +0000 |
commit | ce46933a8501b59e858f76fa262b676580cfa446 (patch) | |
tree | cba30beadc41551b2176c4664f5f7d38ef3083e5 /math/aribas | |
parent | c19187a29f27a27704abc14a97a44a0513d342fc (diff) | |
download | pkgsrc-ce46933a8501b59e858f76fa262b676580cfa446.tar.gz |
Added %D prefix to @unexec rmdir
Diffstat (limited to 'math/aribas')
-rw-r--r-- | math/aribas/pkg/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/aribas/pkg/PLIST b/math/aribas/pkg/PLIST index 1ec63e9355e..287f12a5060 100644 --- a/math/aribas/pkg/PLIST +++ b/math/aribas/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/11/25 19:56:25 jtb Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/11/30 22:58:38 jtb Exp $ bin/aribas share/doc/aribas/aribas.doc share/doc/aribas/aribas.tut @@ -7,6 +7,6 @@ share/examples/aribas/README share/examples/aribas/factor.ari share/examples/aribas/pi.ari share/examples/aribas/queens.ari -@unexec rmdir share/emacs/site-lisp 2>/dev/null || true +@unexec rmdir %D/share/emacs/site-lisp 2>/dev/null || true @dirrm share/examples/aribas @dirrm share/doc/aribas |