diff options
author | tron <tron> | 2002-12-09 16:01:10 +0000 |
---|---|---|
committer | tron <tron> | 2002-12-09 16:01:10 +0000 |
commit | 04ef0ab0bc819f60fbb9bf3caf332481ed9e528e (patch) | |
tree | ed3d3dfb4944ff842d136066e2afeafe924859e8 /textproc/iso12083 | |
parent | c04f6bcfb2c786201abd33ac5b817ec78540c618 (diff) | |
download | pkgsrc-04ef0ab0bc819f60fbb9bf3caf332481ed9e528e.tar.gz |
Replace "true" by "${TRUE}".
Diffstat (limited to 'textproc/iso12083')
-rw-r--r-- | textproc/iso12083/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/iso12083/PLIST b/textproc/iso12083/PLIST index 729e306067a..1e20631a291 100644 --- a/textproc/iso12083/PLIST +++ b/textproc/iso12083/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:13:00 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:45 tron Exp $ share/sgml/iso12083/article.dtd share/sgml/iso12083/book.dtd share/sgml/iso12083/maths.dtd share/sgml/iso12083/serial.dtd share/sgml/iso12083/catalog @dirrm share/sgml/iso12083 -@unexec ${RMDIR} %D/share/sgml 2>/dev/null || true +@unexec ${RMDIR} %D/share/sgml 2>/dev/null || ${TRUE} |