diff options
author | tron <tron> | 2002-12-06 23:15:05 +0000 |
---|---|---|
committer | tron <tron> | 2002-12-06 23:15:05 +0000 |
commit | 413cf214a6feed8f6525aaa9ffae0735e21901c2 (patch) | |
tree | f736354013db578113483bfb782a87cc186e5040 /textproc/jade | |
parent | f3c223e528aadb84cce07682907bf409c9c84cbe (diff) | |
download | pkgsrc-413cf214a6feed8f6525aaa9ffae0735e21901c2.tar.gz |
The directory "share/sgml" is shared between multiple packages. Don't
complain if it cannot be removed.
Diffstat (limited to 'textproc/jade')
-rw-r--r-- | textproc/jade/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/jade/PLIST b/textproc/jade/PLIST index 262e259291b..56e89f180b3 100644 --- a/textproc/jade/PLIST +++ b/textproc/jade/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:57:12 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/12/06 23:15:05 tron Exp $ bin/jade bin/nsgmls bin/sgmlnorm @@ -176,6 +176,6 @@ share/sgml/jade/dsssl.dtd share/sgml/jade/fot.dtd share/sgml/jade/style-sheet.dtd @dirrm share/sgml/jade -@dirrm share/sgml +@unexec ${RMDIR} %D/share/sgml 2>/dev/null || ${TRUE} @dirrm share/doc/jade @dirrm include/sp |