diff options
author | tobez <tobez@FreeBSD.org> | 2002-07-11 00:06:00 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2002-07-11 00:06:00 +0800 |
commit | 352740a9529687bceb1b348fe4c9f7c36ba9af36 (patch) | |
tree | 86969fb02022305b6f7d1cdd93b777e4f7fd6e15 /lang/perl5.10/Makefile | |
parent | 159854fa0e52871984094679e5970167f3557b11 (diff) | |
download | freebsd-ports-gnome-352740a9529687bceb1b348fe4c9f7c36ba9af36.tar.gz freebsd-ports-gnome-352740a9529687bceb1b348fe4c9f7c36ba9af36.tar.zst freebsd-ports-gnome-352740a9529687bceb1b348fe4c9f7c36ba9af36.zip |
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 <cattelan@thebarn.com>
Diffstat (limited to 'lang/perl5.10/Makefile')
-rw-r--r-- | lang/perl5.10/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl5.10/Makefile b/lang/perl5.10/Makefile index 21ac952fba0c..064357a973e6 100644 --- a/lang/perl5.10/Makefile +++ b/lang/perl5.10/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/} |