diff options
author | tron <tron> | 2002-12-09 16:01:10 +0000 |
---|---|---|
committer | tron <tron> | 2002-12-09 16:01:10 +0000 |
commit | 04ef0ab0bc819f60fbb9bf3caf332481ed9e528e (patch) | |
tree | ed3d3dfb4944ff842d136066e2afeafe924859e8 /archivers | |
parent | c04f6bcfb2c786201abd33ac5b817ec78540c618 (diff) | |
download | pkgsrc-04ef0ab0bc819f60fbb9bf3caf332481ed9e528e.tar.gz |
Replace "true" by "${TRUE}".
Diffstat (limited to 'archivers')
-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 |