diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-03 07:05:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-03 07:05:36 +0800 |
commit | 3b6743a55e61e0616d312192b43a844f3e5337df (patch) | |
tree | 9f80440181c03ff1fb520bf6debe81f64a6c4af8 /x11-wm | |
parent | 3d71ccfe765df28f6b05a50d9792e290de8644c1 (diff) | |
download | freebsd-ports-graphics-3b6743a55e61e0616d312192b43a844f3e5337df.tar.gz freebsd-ports-graphics-3b6743a55e61e0616d312192b43a844f3e5337df.tar.zst freebsd-ports-graphics-3b6743a55e61e0616d312192b43a844f3e5337df.zip |
Use @sample
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/jwm/pkg-plist | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-wm/jwm/pkg-plist b/x11-wm/jwm/pkg-plist index 1266c14a622..f6e8326d702 100644 --- a/x11-wm/jwm/pkg-plist +++ b/x11-wm/jwm/pkg-plist @@ -1,8 +1,6 @@ bin/jwm man/man1/jwm.1.gz -@unexec if cmp -s %D/etc/system.jwmrc %D/etc/system.jwmrc.sample; then rm -f %D/etc/system.jwmrc; fi -etc/system.jwmrc.sample -@exec if [ ! -f %D/etc/system.jwmrc ]; then cp -p %D/etc/system.jwmrc.sample %D/etc/system.jwmrc; fi +@sample etc/system.jwmrc.sample %%NLS%%share/locale/de/LC_MESSAGES/jwm.mo %%NLS%%share/locale/es/LC_MESSAGES/jwm.mo %%NLS%%share/locale/fr/LC_MESSAGES/jwm.mo |