From owner-cvs-all@FreeBSD.ORG Thu Nov 27 23:54:54 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C51E16A4CE; Thu, 27 Nov 2003 23:54:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD9B543F85; Thu, 27 Nov 2003 23:54:53 -0800 (PST) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAS7srXJ086526; Thu, 27 Nov 2003 23:54:53 -0800 (PST) (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAS7sr84086525; Thu, 27 Nov 2003 23:54:53 -0800 (PST) (envelope-from roam) Message-Id: <200311280754.hAS7sr84086525@repoman.freebsd.org> From: Peter Pentchev Date: Thu, 27 Nov 2003 23:54:53 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/vpopmail/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 07:54:54 -0000 roam 2003/11/27 23:54:53 PST FreeBSD ports repository Modified files: mail/vpopmail/files patch-Makefile.in Log: Looks like I seriously botched the last commit; somehow four lines from the original Makefile.in got duplicated in the 'patched' one, leading to a malformed sh(1) construct that would inevitably break the installation. Thanks to Ronald Sebastian and Alex Dupre for pointing this out. Noticed by: Ronald Sebastian and Alex Dupre , among others While I'm here, remove the autoconf part of the Makefile.in patch, which actually duplicates what I've been doing in the port's Makefile for some time now :) Revision Changes Path 1.3 +3 -27 ports/mail/vpopmail/files/patch-Makefile.in