diff options
author | tron <tron@pkgsrc.org> | 2002-12-09 16:01:10 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-12-09 16:01:10 +0000 |
commit | 39a943ad929276e9804df46db543ee340a5f286a (patch) | |
tree | ed3d3dfb4944ff842d136066e2afeafe924859e8 /www/htdig/PLIST | |
parent | ac47c1e51eb2ab1e65648547c30db8c139286600 (diff) | |
download | pkgsrc-39a943ad929276e9804df46db543ee340a5f286a.tar.gz |
Replace "true" by "${TRUE}".
Diffstat (limited to 'www/htdig/PLIST')
-rw-r--r-- | www/htdig/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
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 |