mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
b72b901790
configuration file qmHandle.conf installed under ${PREFIX}/etc. This avoids user needs to edit qmHandle file at ${PREFIX}/bin and lost changes every upgrade - Bump PORTREVISION
6 lines
220 B
Plaintext
6 lines
220 B
Plaintext
@comment $FreeBSD$
|
|
bin/qmHandle
|
|
@unexec if cmp -s %D/etc/qmHandle.conf %D/etc/qmHandle.conf.sample; then rm -f %D/etc/qmHandle.conf; fi
|
|
etc/qmHandle.conf.sample
|
|
@exec [ -f %B/qmHandle.conf ] || cp %B/%f %B/qmHandle.conf
|