diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2009-02-24 13:31:53 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2009-02-24 13:31:53 +0000 |
commit | 54bc7f8f3fec418f3457640ead412bac099f9798 (patch) | |
tree | 3fd5a58fbf774eeafea17a67cc8e8502b00ff34a /security/lasso | |
parent | 484f9717491da54597213e96f9df5aa8840ab642 (diff) |
Notes
Diffstat (limited to 'security/lasso')
-rw-r--r-- | security/lasso/Makefile | 2 |
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 |