Date: Fri, 29 Jul 2005 10:23:37 +0800 (CST) From: Yen-Ming Lee <leeym@utopia.leeym.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/84263: add 'test' target if it's a perl module Message-ID: <20050729022337.9AB24B29C91@utopia.leeym.com> Resent-Message-ID: <200507290230.j6T2UPea009210@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84263 >Category: ports >Synopsis: add 'test' target if it's a perl module >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 29 02:30:25 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Sun Jul 17 07:50:25 CST 2005 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: - Add 'test' target if it's a perl module. (It will help maintainers to check if the module works correctly.) >How-To-Repeat: >Fix: --- bsd.port.mk.diff begins here --- Index: bsd.port.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v retrieving revision 1.515 diff -u -r1.515 bsd.port.mk --- bsd.port.mk 24 Jun 2005 09:18:54 -0000 1.515 +++ bsd.port.mk 29 Jul 2005 02:21:41 -0000 @@ -2158,6 +2158,10 @@ ALL_TARGET?= all INSTALL_TARGET?= install +.if defined(PERL_CONFIGURE) +ALL_TARGET+= test +.endif + # This is a mid-term solution patch while pkg-comment files are # phased out. # The final simpler patch will come afterwards --- bsd.port.mk.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050729022337.9AB24B29C91>