Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 2004 01:40:50 -0800 (PST)
From:      Philip Paeps <philip@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang/perl5.8 Makefile pkg-install
Message-ID:  <200402190940.i1J9eoJD000552@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402190940.i1J9eoJD000552>