usr/local/lib/perl5/site_perl/5.8.5/mach/auto

Sergey Matveychuk sem at FreeBSD.org
Wed Nov 24 13:46:25 PST 2004


Kris Kennaway wrote:

 > Thus, if perl5.8 is changed to create
 > /usr/local/lib/perl5/site_perl/5.8.5/mach/auto itself, the filesystem
 > will be in the same state before and after installing the port.

So, it's very easy to fix:

Index: pkg-install
===================================================================
RCS file: /home/pcvs/ports/lang/perl5.8/pkg-install,v
retrieving revision 1.13
diff -u -r1.13 pkg-install
--- pkg-install 30 Jul 2004 08:31:19 -0000      1.13
+++ pkg-install 24 Nov 2004 21:42:34 -0000
@@ -6,7 +6,7 @@

  INCLUDEDIR=/usr/include

-install -d ${PKG_PREFIX}/lib/perl5/site_perl/5.8.5/mach
+install -d ${PKG_PREFIX}/lib/perl5/site_perl/5.8.5/mach/auto
  install -d ${PKG_PREFIX}/lib/perl5/site_perl/5.8.5/auto
  install -d ${PKG_PREFIX}/lib/perl5/5.8.5/man/man3
  cd ${INCLUDEDIR} && ${PKG_PREFIX}/bin/h2ph *.h machine/*.h sys/*.h

-- 
Sem.


More information about the freebsd-perl mailing list