aboutsummaryrefslogtreecommitdiff
path: root/security/lasso
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2009-02-24 13:31:53 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2009-02-24 13:31:53 +0000
commit54bc7f8f3fec418f3457640ead412bac099f9798 (patch)
tree3fd5a58fbf774eeafea17a67cc8e8502b00ff34a /security/lasso
parent484f9717491da54597213e96f9df5aa8840ab642 (diff)
downloadports-54bc7f8f3fec418f3457640ead412bac099f9798.tar.gz
ports-54bc7f8f3fec418f3457640ead412bac099f9798.zip
Don't use PERL_VER (it will be deleted soon), use PERL_VERSION instead.
Notes
Notes: svn path=/head/; revision=228992
Diffstat (limited to 'security/lasso')
-rw-r--r--security/lasso/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/lasso/Makefile b/security/lasso/Makefile
index beeb850f79ef..a7115356c6c1 100644
--- a/security/lasso/Makefile
+++ b/security/lasso/Makefile
@@ -57,7 +57,7 @@ PLIST_SUB+= WITH_PYTHON="@comment "
.endif
post-install:
- ${RM} -f ${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH}/perllocal.pod
+ ${RM} -f ${PREFIX}/lib/perl5/${PERL_VERSION}/${PERL_ARCH}/perllocal.pod
.ifdef(NOPORTDOCS)
${RM} -rf ${DOCSDIR}
.endif