diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-06-13 07:49:50 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-06-13 07:49:50 +0000 |
commit | 863e06b17761a50d5e2305c645f78a4555e38285 (patch) | |
tree | bdcd75ae26c6445d8a63fe5f22243314519d66fa /textproc | |
parent | Fix @dirrm typo in PLIST. (diff) |
Remove empty directory (share/sgml).
Reported by: bento
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/openjade/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/openjade/pkg-plist b/textproc/openjade/pkg-plist index b578d596b351..f00cdf4bacbb 100644 --- a/textproc/openjade/pkg-plist +++ b/textproc/openjade/pkg-plist @@ -29,3 +29,4 @@ share/sgml/openjade/pdfjadetex.ini share/sgml/openjade/style-sheet.dtd share/sgml/openjade/unicode.sty @dirrm share/sgml/openjade +@unexec rmdir %D/share/sgml 2>/dev/null || true |