From 39a943ad929276e9804df46db543ee340a5f286a Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 9 Dec 2002 16:01:10 +0000 Subject: Replace "true" by "${TRUE}". --- textproc/scrollkeeper/PLIST | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'textproc/scrollkeeper') diff --git a/textproc/scrollkeeper/PLIST b/textproc/scrollkeeper/PLIST index e033b4c55bb..92d8f2de33a 100644 --- a/textproc/scrollkeeper/PLIST +++ b/textproc/scrollkeeper/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2002/07/19 14:18:48 mycroft Exp $ +@comment $NetBSD: PLIST,v 1.6 2002/12/09 16:01:45 tron Exp $ bin/scrollkeeper-config bin/scrollkeeper-get-cl bin/scrollkeeper-get-content-list @@ -245,8 +245,8 @@ share/scrollkeeper/doc/scrollkeeper_manual/C/writingomffiles.html @dirrm share/scrollkeeper/doc/scrollkeeper_manual @dirrm share/scrollkeeper/doc @dirrm share/scrollkeeper -@unexec ${RMDIR} %D/share/omf/scrollkeeper || true -@unexec ${RMDIR} %D/share/omf || true +@unexec ${RMDIR} %D/share/omf/scrollkeeper || ${TRUE} +@unexec ${RMDIR} %D/share/omf || ${TRUE} @dirrm share/doc/scrollkeeper-0.2 @exec ${MKDIR} %D/var/lib/scrollkeeper @exec scrollkeeper-rebuilddb -- cgit v1.2.3