freebsd-ports/mail/qmhandle/files/patch-qmHandle
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

11 lines
350 B
Text

--- qmHandle.orig 2008-08-27 10:10:19.000000000 -0300
+++ qmHandle 2008-08-27 10:22:20.000000000 -0300
@@ -51,6 +51,8 @@
#################### USER CONFIGURATION END ####################
+require "%%LOCALBASE%%/etc/qmHandle.conf" if ( -f "%%LOCALBASE%%/etc/qmHandle.conf" );
+
# Print usage if no arguments
if ($#ARGV == -1) {
&Usage();