svn commit: r331456 - in head/lang: perl5.12 perl5.14 perl5.16 perl5.18

Andrej Zverev az at FreeBSD.org
Thu Oct 24 03:24:47 UTC 2013


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)
 


More information about the svn-ports-all mailing list