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

Andrej Zverev az at FreeBSD.org
Mon May 6 08:11:26 UTC 2013


Author: az
Date: Mon May  6 08:11:25 2013
New Revision: 317478
URL: http://svnweb.freebsd.org/changeset/ports/317478

Log:
  - Fix typo VENDOR_PREFIX -> VENDOR_PREFIX_DESC
  
  PR:		ports/178363
  Submitted by:	Sayetsky Anton <vsjcfm at gmail.com>
  
  Pointy hat:	az@

Modified:
  head/lang/perl5.12/Makefile
  head/lang/perl5.14/Makefile
  head/lang/perl5.16/Makefile

Modified: head/lang/perl5.12/Makefile
==============================================================================
--- head/lang/perl5.12/Makefile	Mon May  6 07:53:38 2013	(r317477)
+++ head/lang/perl5.12/Makefile	Mon May  6 08:11:25 2013	(r317478)
@@ -34,7 +34,7 @@ PTHREAD_DESC=		Build with -pthread
 MULTIPLICITY_DESC=	Use multiplicity
 SITECUSTOMIZE_DESC=	Run-time customization of @INC
 USE_PERL_DESC=		Rewrite links in /usr/bin
-VENDOR_PREFIX=		Use vendor prefix
+VENDOR_PREFIX_DESC=	Use vendor prefix
 
 PORTSCOUT=	limitw:1,even
 

Modified: head/lang/perl5.14/Makefile
==============================================================================
--- head/lang/perl5.14/Makefile	Mon May  6 07:53:38 2013	(r317477)
+++ head/lang/perl5.14/Makefile	Mon May  6 08:11:25 2013	(r317478)
@@ -34,7 +34,7 @@ PTHREAD_DESC=		Build with -pthread
 MULTIPLICITY_DESC=	Use multiplicity
 SITECUSTOMIZE_DESC=	Run-time customization of @INC
 USE_PERL_DESC=		Rewrite links in /usr/bin
-VENDOR_PREFIX=		Use vendor prefix
+VENDOR_PREFIX_DESC=	Use vendor prefix
 
 PORTSCOUT=	limitw:1,even
 

Modified: head/lang/perl5.16/Makefile
==============================================================================
--- head/lang/perl5.16/Makefile	Mon May  6 07:53:38 2013	(r317477)
+++ head/lang/perl5.16/Makefile	Mon May  6 08:11:25 2013	(r317478)
@@ -34,7 +34,7 @@ PTHREAD_DESC=		Build with -pthread
 MULTIPLICITY_DESC=	Use multiplicity
 SITECUSTOMIZE_DESC=	Run-time customization of @INC
 USE_PERL_DESC=		Rewrite links in /usr/bin
-VENDOR_PREFIX=		Use vendor prefix
+VENDOR_PREFIX_DESC=	Use vendor prefix
 
 PORTSCOUT=	limitw:1,even
 


More information about the svn-ports-all mailing list