From 352740a9529687bceb1b348fe4c9f7c36ba9af36 Mon Sep 17 00:00:00 2001 From: tobez Date: Wed, 10 Jul 2002 16:06:00 +0000 Subject: 1. Merge from src/contrib/perl5/lib/ExtUtils/Attic/Install.pm rev. 1.2: Force installs. This is to allow (semi-)automatic garbage removal by "find /usr/libdata -ctime -N -delete". Well - substitute /usr/libdata with /usr/local/lib/perl5 here. Requested by: sheldonh 2. Do not link with libbind even if Configure detects it. A particular reason for that is that perl's getpw* stop working with NIS. Reported by: Russell Cattelan --- lang/perl5.8/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/perl5.8/Makefile') diff --git a/lang/perl5.8/Makefile b/lang/perl5.8/Makefile index 21ac952fba0c..064357a973e6 100644 --- a/lang/perl5.8/Makefile +++ b/lang/perl5.8/Makefile @@ -7,7 +7,7 @@ PORTNAME= perl PORTVERSION= ${PERL_VER} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ ${MASTER_SITE_LOCAL:S/$/:local/} -- cgit