diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-04-02 05:29:06 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-04-02 05:29:06 +0000 |
commit | 8e0191fc0fbd35f99c1827280eb860b3b05dce9e (patch) | |
tree | cdf488ad1d69577ae28c5822552a6870d109a848 /net/jwhois/pkg-plist | |
parent | 5eacaf6d657575ec875f6f7ecc8247c02200146d (diff) | |
download | ports-8e0191fc0fbd35f99c1827280eb860b3b05dce9e.tar.gz ports-8e0191fc0fbd35f99c1827280eb860b3b05dce9e.zip |
Notes
Diffstat (limited to 'net/jwhois/pkg-plist')
-rw-r--r-- | net/jwhois/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/jwhois/pkg-plist b/net/jwhois/pkg-plist index 880923741bba..660fcce8671e 100644 --- a/net/jwhois/pkg-plist +++ b/net/jwhois/pkg-plist @@ -1,7 +1,7 @@ bin/jwhois @unexec if cmp -s %D/etc/jwhois.conf %D/etc/jwhois.conf.sample; then rm -f %D/etc/jwhois.conf; fi etc/jwhois.conf.sample -@exec [ ! -f %B/jwhois.conf ] && cp %B/%f %B/jwhois.conf +@exec if [ ! -f %B/jwhois.conf ]; then cp %B/%f %B/jwhois.conf; fi @unexec install-info --delete %D/info/jwhois.info %D/info/dir info/jwhois.info @exec install-info %D/info/jwhois.info %D/info/dir |