Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2014 01:32:19 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375300 - head/Mk/Uses
Message-ID:  <201412230132.sBN1WJ9v093020@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Dec 23 01:32:18 2014
New Revision: 375300
URL: https://svnweb.freebsd.org/changeset/ports/375300
QAT: https://qat.redports.org/buildarchive/r375300/

Log:
  Fix MANDIRS.
  
  Submitted by:	John Hein
  Sponsored by:	Absolight

Modified:
  head/Mk/Uses/perl5.mk

Modified: head/Mk/Uses/perl5.mk
==============================================================================
--- head/Mk/Uses/perl5.mk	Tue Dec 23 01:27:39 2014	(r375299)
+++ head/Mk/Uses/perl5.mk	Tue Dec 23 01:32:18 2014	(r375300)
@@ -170,7 +170,7 @@ PLIST_SUB+=	PERL_VERSION=${PERL_VERSION}
 _MANPAGES+=	${P5MAN${sect}:S%^%${PREFIX}/lib/perl5/${PERL_VER}/man/man${sect}/%}
 .endif
 .endfor
-MANDIRS+=	${SITE_PERL}/man
+MANDIRS+=	${PREFIX}/${SITE_PERL_REL}/man
 
 .if ${_USE_PERL5:Mmodbuild} || ${_USE_PERL5:Mmodbuildtiny}
 _USE_PERL5+=	configure



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412230132.sBN1WJ9v093020>