Date: Sat, 12 Aug 2006 04:13:32 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@freebsd.org Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] misc/p5-Business-UPS: Respect DESTDIR Message-ID: <20060811201332.75B91372@netnews.NCTU.edu.tw>
next in thread | raw e-mail | index | archive | help
>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 ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060811201332.75B91372>