aboutsummaryrefslogtreecommitdiff
path: root/misc/ossp-uuid
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 /misc/ossp-uuid
parent6c1c5b05f5a4727886d4be7b74ffa44de2ff2ea2 (diff)
downloadports-124b00a56f28a0a7df79a5f0d75f5be86895325f.tar.gz
ports-124b00a56f28a0a7df79a5f0d75f5be86895325f.zip
- Fix build with new site_perl
Submitted by: olli hauer <ohauer@gmx.de>
Notes
Notes: svn path=/head/; revision=320709
Diffstat (limited to 'misc/ossp-uuid')
-rw-r--r--misc/ossp-uuid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ossp-uuid/Makefile b/misc/ossp-uuid/Makefile
index 954a7de56ea0..2ba193169aa1 100644
--- a/misc/ossp-uuid/Makefile
+++ b/misc/ossp-uuid/Makefile
@@ -32,7 +32,7 @@ CONFIGURE_ENV+= PERL=${PERL5}
CONFIGURE_ARGS+= --with-perl
PLIST_SUB+= WITH_PERL=''
MAN3= OSSP::uuid.3
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VER}
.else
PLIST_SUB+= WITH_PERL='@comment '
.endif