1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/mail/qmhandle/pkg-plist
Renato Botelho b72b901790 - Split a piece of code that contain user configuration variables and create a
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
2008-08-27 14:24:45 +00:00

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