Date: Wed, 29 Nov 2006 17:38:45 +0000 (UTC) From: Oliver Lehmann <oliver@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/vpopmail-devel Makefile pkg-install Message-ID: <200611291738.kATHcjFF038714@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611291738.kATHcjFF038714>