From owner-cvs-all@FreeBSD.ORG Wed Nov 29 17:39:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BB05116A403; Wed, 29 Nov 2006 17:39:01 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D777E43CD4; Wed, 29 Nov 2006 17:38:46 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kATHcjBs038715; Wed, 29 Nov 2006 17:38:45 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kATHcjFF038714; Wed, 29 Nov 2006 17:38:45 GMT (envelope-from oliver) Message-Id: <200611291738.kATHcjFF038714@repoman.freebsd.org> From: Oliver Lehmann Date: Wed, 29 Nov 2006 17:38:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/vpopmail-devel Makefile pkg-install X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 29 Nov 2006 17:39:01 -0000 oliver 2006-11-29 17:38:45 UTC FreeBSD ports repository Modified files: mail/vpopmail-devel Makefile pkg-install Log: while adding vpopmail-devel as a package, PKG_PREFIX gets defined as ${PREFIX} - not as ${PREFIX}/vpopmail like it is defined in the Makefile. This ends up in creating users with /usr/local as home dir prefix, not /usr/local/vpopmail. This leads to a wrong home dir, and uninstallable other vpopmail-dendant appli- cations like vqadmin or courier-authlib-vchkpw because this applications are expecting lib_deps and inc_deps in ~vpopmail/etc. PR: ports/103177 Approved by: maintainer timeout (66 days) Revision Changes Path 1.52 +1 -1 ports/mail/vpopmail-devel/Makefile 1.3 +2 -2 ports/mail/vpopmail-devel/pkg-install