summaryrefslogtreecommitdiff
path: root/sysutils/daemontools/PLIST
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-12-09 16:01:10 +0000
committertron <tron@pkgsrc.org>2002-12-09 16:01:10 +0000
commit39a943ad929276e9804df46db543ee340a5f286a (patch)
treeed3d3dfb4944ff842d136066e2afeafe924859e8 /sysutils/daemontools/PLIST
parentac47c1e51eb2ab1e65648547c30db8c139286600 (diff)
downloadpkgsrc-39a943ad929276e9804df46db543ee340a5f286a.tar.gz
Replace "true" by "${TRUE}".
Diffstat (limited to 'sysutils/daemontools/PLIST')
-rw-r--r--sysutils/daemontools/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/daemontools/PLIST b/sysutils/daemontools/PLIST
index a3cded121e6..31b6abe6349 100644
--- a/sysutils/daemontools/PLIST
+++ b/sysutils/daemontools/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:59 skrll Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:43 tron Exp $
bin/envdir
bin/envuidgid
bin/fghack
@@ -29,4 +29,4 @@ man/man8/tai64n.8
man/man8/tai64nlocal.8
share/examples/daemontools/svscan.sh.sample
@dirrm share/examples/daemontools
-@exec ${MKDIR} ${SERVICEDIR} || true
+@exec ${MKDIR} ${SERVICEDIR} || ${TRUE}