diff options
author | az <az@FreeBSD.org> | 2013-05-06 08:11:25 +0000 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-05-06 08:11:25 +0000 |
commit | 7579df15582c5dc2ad15a3abacfcdd6b1a4dc58e (patch) | |
tree | 90a39449aca114ee0c7a7e4db3a660e5e94457a7 /lang/perl5.12/Makefile | |
parent | 242df824450dbde5f0b234d77a94618730ea28ed (diff) | |
download | FreeBSD-ports-7579df15582c5dc2ad15a3abacfcdd6b1a4dc58e.zip FreeBSD-ports-7579df15582c5dc2ad15a3abacfcdd6b1a4dc58e.tar.gz |
- Fix typo VENDOR_PREFIX -> VENDOR_PREFIX_DESC
PR: ports/178363
Submitted by: Sayetsky Anton <vsjcfm@gmail.com>
Pointy hat: az@
Diffstat (limited to 'lang/perl5.12/Makefile')
-rw-r--r-- | lang/perl5.12/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl5.12/Makefile b/lang/perl5.12/Makefile index 6e5d9a9..edea188 100644 --- a/lang/perl5.12/Makefile +++ b/lang/perl5.12/Makefile @@ -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 |