diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-06 11:07:55 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-06 11:07:55 +0000 |
commit | e44e8063794f3ebf8ea3c666e2d361033eb05dc5 (patch) | |
tree | 33b26c5dc0abb6de6b90a81b5e9afd0f71ff0a1b /textproc/docbook-to-man | |
parent | In RUN_DEPENDS, specify ${LOCALBASE}/sbin/setiathome instead of just (diff) |
Fix pkg-plist (add missing @dirrm's).
PR: 31541
Submitted by: maintainer
Diffstat (limited to 'textproc/docbook-to-man')
-rw-r--r-- | textproc/docbook-to-man/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/docbook-to-man/pkg-plist b/textproc/docbook-to-man/pkg-plist index ea2c3c34000b..a5c8dd170237 100644 --- a/textproc/docbook-to-man/pkg-plist +++ b/textproc/docbook-to-man/pkg-plist @@ -4,3 +4,5 @@ bin/oinstant share/sgml/otranspec/docbook-to-man.ts share/sgml/otranspec/roff.cmap share/sgml/otranspec/roff.sdata +@dirrm share/sgml/otranspec +@unexec rmdir %D/share/sgml 2>/dev/null || true |