From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 24 11:30:14 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2138A37B401 for ; Thu, 24 Apr 2003 11:30:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABF9043F75 for ; Thu, 24 Apr 2003 11:30:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3OIUDUp038827 for ; Thu, 24 Apr 2003 11:30:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3OIUDEp038822; Thu, 24 Apr 2003 11:30:13 -0700 (PDT) Date: Thu, 24 Apr 2003 11:30:13 -0700 (PDT) Message-Id: <200304241830.h3OIUDEp038822@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jim Geovedi Subject: Re: ports/51355: new port: mail2sms X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jim Geovedi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 18:30:14 -0000 The following reply was made to PR ports/51355; it has been noted by GNATS. From: Jim Geovedi To: gonter@whisky.wu-wien.ac.at Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/51355: new port: mail2sms Date: Fri, 25 Apr 2003 01:22:47 +0700 > [...] > X-#define GLOBAL_CONFIG "/etc/mail/sms/mail2sms.conf" > X+#define GLOBAL_CONFIG "/usr/local/etc/mail2sms.conf" > [...] > X-.B /etc/mail/sms/mail2sms.conf > X+.B /usr/local/etc/mail2sms.conf Do try to make your port patch and install relative to ${PREFIX}. By not hardcoding them will make the port much more flexible and able to cater to the needs of other sites.