diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-06-12 17:45:02 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-06-12 17:45:02 +0000 |
commit | 124b00a56f28a0a7df79a5f0d75f5be86895325f (patch) | |
tree | bbc1578d6244710ca8c842b399b37b428bb87593 /security/lasso | |
parent | 6c1c5b05f5a4727886d4be7b74ffa44de2ff2ea2 (diff) | |
download | ports-124b00a56f28a0a7df79a5f0d75f5be86895325f.tar.gz ports-124b00a56f28a0a7df79a5f0d75f5be86895325f.zip |
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 dd6f744af8b1..974411dfd8e5 100644 --- a/security/lasso/Makefile +++ b/security/lasso/Makefile @@ -56,7 +56,7 @@ PLIST_SUB+= WITH_PYTHON="@comment " .endif post-install: - ${RM} -f ${PREFIX}/lib/perl5/${PERL_VERSION}/${PERL_ARCH}/perllocal.pod + ${RM} -f ${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH}/perllocal.pod .ifdef(NOPORTDOCS) ${RM} -rf ${DOCSDIR} .endif |