devel/p5-File-Temp installs file at wrong path (/usr/local/lib/File/Temp.pm).

add INSTALLDIRS=site to fix it.

PR:		70234
Submitted by:	leeym
Approved by:	clsung <clsung@dragon2.net>
This commit is contained in:
Yen-Ming Lee 2004-08-10 04:21:51 +00:00
parent 916a636e6b
commit 00ec940921
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115789

View File

@ -7,7 +7,7 @@
PORTNAME= File-Temp
PORTVERSION= 0.14
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
@ -20,6 +20,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ARGS= INSTALLDIRS=site
MAN3= File::Temp.3