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 /net-mgmt/flowd/Makefile | |
parent | Fix build with clang (diff) |
- Fix build with new site_perl
Submitted by: olli hauer <ohauer@gmx.de>
Notes
Notes:
svn path=/head/; revision=320709
Diffstat (limited to 'net-mgmt/flowd/Makefile')
-rw-r--r-- | net-mgmt/flowd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/flowd/Makefile b/net-mgmt/flowd/Makefile index 6d32a9c51f92..ea6ba726bdfc 100644 --- a/net-mgmt/flowd/Makefile +++ b/net-mgmt/flowd/Makefile @@ -64,7 +64,7 @@ post-install: ${PERL} Makefile.PL INSTALLSITEMAN3DIR=${MAN3PREFIX}/man/man3 PREFIX=${PREFIX} && \ ${GMAKE} && \ ${GMAKE} install; - -@${RM} -f ${PREFIX}/lib/perl5/${PERL_VERSION}/${PERL_ARCH}/perllocal.pod + -@${RM} -f ${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH}/perllocal.pod .endif .if ${PORT_OPTIONS:MPYTHON} |