diff options
Diffstat (limited to 'security/lasso/Makefile')
-rw-r--r-- | security/lasso/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/lasso/Makefile b/security/lasso/Makefile index c0757e6546d9..d2642225cb7a 100644 --- a/security/lasso/Makefile +++ b/security/lasso/Makefile @@ -3,7 +3,7 @@ PORTNAME= lasso PORTVERSION= 2.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://labs.libre-entreprise.org/frs/download.php/594/ @@ -59,7 +59,4 @@ CONFIGURE_ARGS+= --disable-python PLIST_SUB+= WITH_PYTHON="@comment " .endif -post-install: - ${RM} -f ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH}/perllocal.pod - .include <bsd.port.mk> |