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}". --- www/htdig/PLIST | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/htdig/PLIST') diff --git a/www/htdig/PLIST b/www/htdig/PLIST index 0e5f5b9f633..99605217348 100644 --- a/www/htdig/PLIST +++ b/www/htdig/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/06/26 10:30:07 seb Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/12/09 16:01:49 tron Exp $ bin/htfuzzy bin/htdig bin/htdump @@ -56,8 +56,8 @@ share/htdig/common/word2root.db @exec ${MKDIR} ${PKG_SYSCONFDIR}/htdig @exec if [ ! -f ${PKG_SYSCONFDIR}/htdig/htdig.conf ]; then cp %D/share/examples/htdig/htdig.conf ${PKG_SYSCONFDIR}/htdig/htdig.conf; fi @exec ${MKDIR} /var/db/htdig -@unexec rmdir ${PKG_SYSCONFDIR}/htdig 2>/dev/null || true -@unexec rmdir /var/db/htdig 2>/dev/null || true +@unexec rmdir ${PKG_SYSCONFDIR}/htdig 2>/dev/null || ${TRUE} +@unexec rmdir /var/db/htdig 2>/dev/null || ${TRUE} @dirrm share/htdig/common @dirrm share/htdig @dirrm share/examples/htdig -- cgit v1.2.3