diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 02:30:01 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 02:30:01 +0000 |
commit | a437d08ecacfe1693a6e9f6ee1906a6f425ca700 (patch) | |
tree | 547a63eef9c79ff429d082d13015036a6cfa4c85 /math/pspp | |
parent | 0416031c9ba13da33845bc762078065b482dd551 (diff) |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Notes
Notes:
svn path=/head/; revision=154114
Diffstat (limited to 'math/pspp')
-rw-r--r-- | math/pspp/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/pspp/pkg-plist b/math/pspp/pkg-plist index 1daaf6c85411..7d7536572c23 100644 --- a/math/pspp/pkg-plist +++ b/math/pspp/pkg-plist @@ -4,4 +4,4 @@ etc/pspp/devices etc/pspp/html-prologue etc/pspp/papersize etc/pspp/ps-prologue -@unexec rmdir %D/etc/pspp 2>/dev/null || true +@dirrmtry etc/pspp |