Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 6C37363B886 for ; Wed, 3 Feb 2010 13:29:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 1D7B163B17F; Wed, 3 Feb 2010 13:29:39 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 285BA63B10E for ; Wed, 3 Feb 2010 13:29:38 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 136AD175DD; Wed, 3 Feb 2010 13:29:38 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Wed, 3 Feb 2010 13:29:38 +0000 From: Matthias Scheler Subject: CVS commit: pkgsrc/lang/perl5/files To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20100203132938.136AD175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: tron Date: Wed Feb 3 13:29:38 UTC 2010 Modified Files: pkgsrc/lang/perl5/files: deinstall.tmpl Log Message: Don't use "${PKG_PREFIX}" which is not set when this script gets run. This avoids error messages from "perllink" while deinstalling (or updateing) a Perl module package. Fixed based on an analysis provided by Steven Drake on "tech-pkg". To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/perl5/files/deinstall.tmpl Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.