diff options
author | skv <skv@FreeBSD.org> | 2009-02-24 21:31:53 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2009-02-24 21:31:53 +0800 |
commit | 4d4ad8ae85071bcad0fc56c0e914f27209e55c8f (patch) | |
tree | c4af4b080cb19c4383e58ecc5c109a14a50815d7 /security/lasso | |
parent | 872befb51d26885fa218e4062cc2f63459c7ddcd (diff) | |
download | freebsd-ports-gnome-4d4ad8ae85071bcad0fc56c0e914f27209e55c8f.tar.gz freebsd-ports-gnome-4d4ad8ae85071bcad0fc56c0e914f27209e55c8f.tar.zst freebsd-ports-gnome-4d4ad8ae85071bcad0fc56c0e914f27209e55c8f.zip |
Don't use PERL_VER (it will be deleted soon), use PERL_VERSION instead.
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 |