From leeym@utopia.leeym.com  Tue Aug 10 01:34:20 2004
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CDDBA16A4FF
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 10 Aug 2004 01:34:20 +0000 (GMT)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 86DC643D48
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 10 Aug 2004 01:34:20 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id 68C803EA7C9;
	Tue, 10 Aug 2004 09:34:19 +0800 (CST)
Received: from utopia.leeym.com ([127.0.0.1])
 by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 04093-03; Tue, 10 Aug 2004 09:34:05 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id A43633EA7B4; Tue, 10 Aug 2004 09:34:00 +0800 (CST)
Message-Id: <20040810013400.A43633EA7B4@utopia.leeym.com>
Date: Tue, 10 Aug 2004 09:34:00 +0800 (CST)
From: Yen-Ming Lee <leeym@utopia.leeym.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: clsung@dragon2.net
Subject: [PATCH] devel/p5-File-Temp: add INSTALLDIRS=site
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         70234
>Category:       ports
>Synopsis:       [PATCH] devel/p5-File-Temp: add INSTALLDIRS=site
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 10 01:40:17 GMT 2004
>Closed-Date:    Tue Aug 10 04:22:00 GMT 2004
>Last-Modified:  Tue Aug 10 04:22:00 GMT 2004
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #167: Tue Jul 27 05:17:58 CST 2004
>Description:
[DESCRIBE CHANGES]

devel/p5-File-Temp installs file at wrong path (/usr/local/lib/File/Temp.pm).
add INSTALLDIRS=site to fix it.

Port maintainer (clsung@dragon2.net) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:

# cd /usr/ports/devel/p5-File-Temp && make install clean
# ls -la /usr/local/lib/File/Temp.pm

>Fix:

--- p5-File-Temp-0.14_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-File-Temp/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	9 Aug 2004 11:14:55 -0000	1.9
+++ Makefile	10 Aug 2004 01:31:56 -0000
@@ -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 @@
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
+CONFIGURE_ARGS=	INSTALLDIRS=site
 
 MAN3=		File::Temp.3
 
--- p5-File-Temp-0.14_1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: leeym 
State-Changed-When: Tue Aug 10 04:21:59 GMT 2004 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=70234 
>Unformatted:
