aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-06-12 17:45:02 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-06-12 17:45:02 +0000
commit124b00a56f28a0a7df79a5f0d75f5be86895325f (patch)
treebbc1578d6244710ca8c842b399b37b428bb87593 /devel
parent6c1c5b05f5a4727886d4be7b74ffa44de2ff2ea2 (diff)
downloadports-124b00a56f28a0a7df79a5f0d75f5be86895325f.tar.gz
ports-124b00a56f28a0a7df79a5f0d75f5be86895325f.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/git/Makefile2
-rw-r--r--devel/p5-SDL/Makefile2
-rw-r--r--devel/p5-subversion/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile
index 5b748d305894..8d9d856130d2 100644
--- a/devel/git/Makefile
+++ b/devel/git/Makefile
@@ -412,7 +412,7 @@ post-install:
(cd ${WRKDIR}/htmldocs/ && ${COPYTREE_SHARE} \* ${DOCSDIR})
${LN} -s ${DOCSDIR}/git.html ${DOCSDIR}/index.html
.endif
- -${RM} -f ${PREFIX}/lib/perl5/${PERL_VERSION}/mach/perllocal.pod
+ -${RM} -f ${PREFIX}/lib/perl5/${PERL_VER}/mach/perllocal.pod
${MKDIR} ${PREFIX}/share/emacs/site-lisp/git
${MKDIR} ${PREFIX}/lib/xemacs/site-lisp/git
${INSTALL_DATA} ${WRKSRC}/contrib/emacs/git.el \
diff --git a/devel/p5-SDL/Makefile b/devel/p5-SDL/Makefile
index 97fc3deaf99c..bc51112f8319 100644
--- a/devel/p5-SDL/Makefile
+++ b/devel/p5-SDL/Makefile
@@ -56,7 +56,7 @@ USE_SDL+= ttf
USE_LDCONFIG= yes
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VER}
MAN3= SDL.3 \
SDL::App.3 \
diff --git a/devel/p5-subversion/Makefile b/devel/p5-subversion/Makefile
index b06ad9decc5c..7fa8e026cc3e 100644
--- a/devel/p5-subversion/Makefile
+++ b/devel/p5-subversion/Makefile
@@ -19,7 +19,7 @@ PKGDIR= ${.CURDIR}
USE_PERL5= yes
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VER}
MAN3= SVN::Base.3 \
SVN::Client.3 \
SVN::Core.3 \