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

5 lines
220 B
Text

@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