mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
10a97f6e28
- 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
5 lines
234 B
Plaintext
5 lines
234 B
Plaintext
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
|