Date: Thu, 24 Oct 2013 03:24:46 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331456 - in head/lang: perl5.12 perl5.14 perl5.16 perl5.18 Message-ID: <201310240324.r9O3OkuQ078542@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Thu Oct 24 03:24:46 2013 New Revision: 331456 URL: http://svnweb.freebsd.org/changeset/ports/331456 Log: remove unused target (AZ:) Modified: head/lang/perl5.12/Makefile head/lang/perl5.14/Makefile head/lang/perl5.16/Makefile head/lang/perl5.18/Makefile Modified: head/lang/perl5.12/Makefile ============================================================================== --- head/lang/perl5.12/Makefile Thu Oct 24 03:22:12 2013 (r331455) +++ head/lang/perl5.12/Makefile Thu Oct 24 03:24:46 2013 (r331456) @@ -218,7 +218,6 @@ post-install: ${BSDPAN_WRKSRC}/${files} ${STAGEDIR}${BSDPAN_DEST}/${files} .endfor -AZ: test: build @(cd ${WRKSRC}; TEST_JOBS=${MAKE_JOBS_NUMBER} make test_harness) Modified: head/lang/perl5.14/Makefile ============================================================================== --- head/lang/perl5.14/Makefile Thu Oct 24 03:22:12 2013 (r331455) +++ head/lang/perl5.14/Makefile Thu Oct 24 03:24:46 2013 (r331456) @@ -215,7 +215,6 @@ post-install: ${BSDPAN_WRKSRC}/${files} ${STAGEDIR}${BSDPAN_DEST}/${files} .endfor - AZ: test: build @(cd ${WRKSRC}; TEST_JOBS=${MAKE_JOBS_NUMBER} make test_harness) Modified: head/lang/perl5.16/Makefile ============================================================================== --- head/lang/perl5.16/Makefile Thu Oct 24 03:22:12 2013 (r331455) +++ head/lang/perl5.16/Makefile Thu Oct 24 03:24:46 2013 (r331456) @@ -214,7 +214,6 @@ post-install: ${BSDPAN_WRKSRC}/${files} ${STAGEDIR}${BSDPAN_DEST}/${files} .endfor -AZ: test: build @(cd ${WRKSRC}; TEST_JOBS=${MAKE_JOBS_NUMBER} make test_harness) Modified: head/lang/perl5.18/Makefile ============================================================================== --- head/lang/perl5.18/Makefile Thu Oct 24 03:22:12 2013 (r331455) +++ head/lang/perl5.18/Makefile Thu Oct 24 03:24:46 2013 (r331456) @@ -196,7 +196,6 @@ post-install: ${BSDPAN_WRKSRC}/${files} ${STAGEDIR}${BSDPAN_DEST}/${files} .endfor -AZ: test: build @(cd ${WRKSRC}; TEST_JOBS=${MAKE_JOBS_NUMBER} make test_harness)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310240324.r9O3OkuQ078542>