freebsd-ports/x11-wm/jwm/pkg-plist
Jean-Yves Lefort 10a97f6e28 - Remove vendor optimizations from CFLAGS [1]
- Preserve configuration file modifications across updates
- Substitute %%PREFIX%% in the configuration file
- Add missing dependency on libpng
- Use GNU_CONFIGURE
- Remove CONFIGURE_ARGS (the passed options are the defaults)
- Respect ${LOCALBASE} and ${X11BASE}

[1]:
PR:		ports/91927
Submitted by:	maintainer
2006-01-18 02:30:49 +00:00

4 lines
234 B
Text

bin/jwm
@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