summaryrefslogtreecommitdiff
path: root/lang/perl5.14
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2010-07-15 12:45:00 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2010-07-15 12:45:00 +0000
commit7e2584229d3badb9d67f7d2514c13d7425443b03 (patch)
tree6a338f5db1f65f3023c42ef62b3b7b298738819e /lang/perl5.14
parent. Update installation paths for new eclipse version. (diff)
Fix my stupidest typo.
PR: ports/148634 Submitted by: Warren Block <wblock@wonkity.com> Pointed by: olli hauer <ohauer@gmx.de>
Notes
Notes: svn path=/head/; revision=257815
Diffstat (limited to 'lang/perl5.14')
-rw-r--r--lang/perl5.14/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5.14/Makefile b/lang/perl5.14/Makefile
index 0837347fd0a3..e4a22ae8301f 100644
--- a/lang/perl5.14/Makefile
+++ b/lang/perl5.14/Makefile
@@ -7,7 +7,7 @@
PORTNAME= perl
PORTVERSION= ${PERL_VERSION}
-PORTREVISON= 2
+PORTREVISION= 2
CATEGORIES= lang devel perl5
MASTER_SITES= CPAN \
${MASTER_SITE_LOCAL:S/$/:local/} \
@@ -183,7 +183,7 @@ post-patch:
-e 's!%%BSDPAN_VERSION%%!${BSDPAN_VERSION}!g;' \
${BSDPAN_WRKSRC}/ExtUtils/*.pm
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
- ${WRKSRC}/Configure ${WRKSRC}/hints/freebsd.sh
+ ${WRKSRC}/Configure ${WRKSRC}/hints/freebsd.sh
.if defined(WITH_THREADS)
${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g;' \
-e 's|%%PTHREAD_CFLAGS%%|${PTHREAD_CFLAGS}|g;' \