summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-12-14 19:26:11 +0000
committerjlam <jlam@pkgsrc.org>2001-12-14 19:26:11 +0000
commitd71f0b8699929afec8dea529735501969b3154e0 (patch)
tree0a7fd93c48eaed46fe38452dc98303bc5dd56c42 /lang
parentc89586b58b73fcaa357849f3281dd0e013a66399 (diff)
downloadpkgsrc-d71f0b8699929afec8dea529735501969b3154e0.tar.gz
Typo.
Diffstat (limited to 'lang')
-rw-r--r--lang/perl5/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile
index 0147c0cc385..289b29260e3 100644
--- a/lang/perl5/Makefile
+++ b/lang/perl5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2001/12/14 19:24:53 jlam Exp $
+# $NetBSD: Makefile,v 1.53 2001/12/14 19:26:11 jlam Exp $
.include "../../lang/perl5/Makefile.common"
@@ -146,9 +146,9 @@ post-build:
post-install:
.if defined(STATIC_PERL) && (${STATIC_PERL} == "YES")
- ${RM} -f ${PREFIX}/bin/perl ${PREFIX}/bin/perl${PERL_DIST_VERS}
+ ${RM} -f ${PREFIX}/bin/perl ${PREFIX}/bin/perl${PERL5_DIST_VERS}
${INSTALL_PROGRAM} ${STATIC_WRKDIR}/${DISTNAME}/perl ${PREFIX}/bin/perl
- ${LN} -f ${PREFIX}/bin/perl ${PREFIX}/bin/perl${PERL_DIST_VERS}
+ ${LN} -f ${PREFIX}/bin/perl ${PREFIX}/bin/perl${PERL5_DIST_VERS}
.endif
strip ${PREFIX}/bin/a2p
strip ${PREFIX}/bin/perl