diff options
author | novel <novel@FreeBSD.org> | 2005-04-20 00:05:47 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-04-20 00:05:47 +0800 |
commit | 7c347cdfa6deae6e963000d474635ceff1e4bbf6 (patch) | |
tree | 132aefbc153bbbddccb22d0eb7de5292ccdbf5a6 /astro | |
parent | b6e40c01f5a82842f2cab929cdfcfa16adc8438a (diff) | |
download | freebsd-ports-gnome-7c347cdfa6deae6e963000d474635ceff1e4bbf6.tar.gz freebsd-ports-gnome-7c347cdfa6deae6e963000d474635ceff1e4bbf6.tar.zst freebsd-ports-gnome-7c347cdfa6deae6e963000d474635ceff1e4bbf6.zip |
Fix plist.
Reported by: pointyhat via kris
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xplanet/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/xplanet/pkg-plist b/astro/xplanet/pkg-plist index 3e9d39883a13..cf51d8f34df5 100644 --- a/astro/xplanet/pkg-plist +++ b/astro/xplanet/pkg-plist @@ -1,2 +1,2 @@ bin/xplanet -@unexec if cmp -s %D/share/xplanet/config/defult %D/share/xplanet/config/defult.sample; then rm -f %D/share/xplanet/config/defult; fi +@unexec if cmp -s %D/share/xplanet/config/default %D/share/xplanet/config/default.sample; then rm -f %D/share/xplanet/config/default;fi |