From owner-cvs-ports@FreeBSD.ORG Thu Feb 19 01:40:50 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD34A16A4CE; Thu, 19 Feb 2004 01:40:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D75EC43D1D; Thu, 19 Feb 2004 01:40:50 -0800 (PST) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J9eoGe000553; Thu, 19 Feb 2004 01:40:50 -0800 (PST) (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J9eoJD000552; Thu, 19 Feb 2004 01:40:50 -0800 (PST) (envelope-from philip) Message-Id: <200402190940.i1J9eoJD000552@repoman.freebsd.org> From: Philip Paeps Date: Thu, 19 Feb 2004 01:40:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/perl5.8 Makefile pkg-install X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 09:40:51 -0000 philip 2004/02/19 01:40:50 PST FreeBSD ports repository (src committer) Modified files: lang/perl5.8 Makefile pkg-install Log: This fixes a little bug introduced in r1.8. When installing with pkg_add(1), the ${SITE_PERL} directory was not created causing system headers not to be perlified and installed by h2ph. This made some things break in very mysterious ways. The pkg-install script used by pkg_add(1) doesn't know about the many special variables in bsd.port.mk, so it shouldn't try to rely on them. Noticed by: bento, kris Approved by: kris Revision Changes Path 1.71 +1 -1 ports/lang/perl5.8/Makefile 1.10 +1 -1 ports/lang/perl5.8/pkg-install