summaryrefslogtreecommitdiff
path: root/misc/bbappconf
diff options
context:
space:
mode:
authortron <tron>2002-12-09 16:01:10 +0000
committertron <tron>2002-12-09 16:01:10 +0000
commitc3ac38e54fe681b35b0d41702c098f42cc7502f4 (patch)
treeed3d3dfb4944ff842d136066e2afeafe924859e8 /misc/bbappconf
parent9fdd5bb4ae03e0220deba9ae7dbe2c63691fee9a (diff)
downloadpkgsrc-c3ac38e54fe681b35b0d41702c098f42cc7502f4.tar.gz
Replace "true" by "${TRUE}".
Diffstat (limited to 'misc/bbappconf')
-rw-r--r--misc/bbappconf/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/bbappconf/PLIST b/misc/bbappconf/PLIST
index 0a4de16384b..1e04e894156 100644
--- a/misc/bbappconf/PLIST
+++ b/misc/bbappconf/PLIST
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/04 16:24:21 jschauma Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/12/09 16:01:34 tron Exp $
bin/bbappconf
share/bbtools/bbappconf.bb
share/bbtools/bbappconf.nobb
share/bbtools/README.bbappconf
man/man1/bbappconf.1
-@unexec ${RMDIR} %D/share/bbtools 2>/dev/null || true
+@unexec ${RMDIR} %D/share/bbtools 2>/dev/null || ${TRUE}