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 /archivers/hpack | |
parent | ac47c1e51eb2ab1e65648547c30db8c139286600 (diff) | |
download | pkgsrc-39a943ad929276e9804df46db543ee340a5f286a.tar.gz |
Replace "true" by "${TRUE}".
Diffstat (limited to 'archivers/hpack')
-rw-r--r-- | archivers/hpack/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/hpack/PLIST b/archivers/hpack/PLIST index 5a4c6c54878..924e9d275c5 100644 --- a/archivers/hpack/PLIST +++ b/archivers/hpack/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2002/03/14 13:02:30 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:10 tron Exp $ bin/hpack bin/keycvt man/man1/hpack.1 share/doc/hpack/hpackext.doc -@unexec cmp -s %D/etc/hpack.cfg %D/share/hpack/hpack.cfg.example && rm %D/etc/hpack.cfg || true +@unexec cmp -s %D/etc/hpack.cfg %D/share/hpack/hpack.cfg.example && rm %D/etc/hpack.cfg || ${TRUE} share/hpack/hpack.cfg.example @exec if [ ! %D/etc/hpack.cfg ]; then cp -p %F %D/etc/hpack.cfg; fi share/hpack/language.dat |