From owner-freebsd-perl@FreeBSD.ORG Fri Aug 11 20:13:33 2006 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83AB516A4E0; Fri, 11 Aug 2006 20:13:33 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C2AF43D45; Fri, 11 Aug 2006 20:13:33 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 75B91372; Sat, 12 Aug 2006 04:13:32 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20060811201332.75B91372@netnews.NCTU.edu.tw> Date: Sat, 12 Aug 2006 04:13:32 +0800 (CST) Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] misc/p5-Business-UPS: Respect DESTDIR X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 20:13:33 -0000 >Submitter-Id: current-users >Originator: Gea-Suan Lin >Organization: >Confidential: no >Synopsis: [PATCH] misc/p5-Business-UPS: Respect DESTDIR >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 6.1-RELEASE i386 >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Respect DESTDIR by remove EXAMPLESDIR Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Business-UPS-2.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/misc/p5-Business-UPS/Makefile /home/staff/gslin/work/p5-Business-UPS/Makefile --- /usr/ports/misc/p5-Business-UPS/Makefile Fri Sep 23 10:21:30 2005 +++ /home/staff/gslin/work/p5-Business-UPS/Makefile Sat Aug 12 04:12:12 2006 @@ -18,7 +18,6 @@ BUILD_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} -EXAMPLESDIR?= ${PREFIX}/share/examples/${PORTNAME} PERL_CONFIGURE= yes MAN3= Business::UPS.3 diff -ruN --exclude=CVS /usr/ports/misc/p5-Business-UPS/pkg-plist /home/staff/gslin/work/p5-Business-UPS/pkg-plist --- /usr/ports/misc/p5-Business-UPS/pkg-plist Sun Jan 22 13:52:27 2006 +++ /home/staff/gslin/work/p5-Business-UPS/pkg-plist Sat Aug 12 04:12:33 2006 @@ -1,3 +1,4 @@ +@comment $FreeBSD$ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/UPS/.packlist %%SITE_PERL%%/Business/UPS.pm %%SITE_PERL%%/auto/Business/UPS/autosplit.ix --- p5-Business-UPS-2.0.patch ends here ---