svn commit: r375300 - head/Mk/Uses

Mathieu Arnold mat at FreeBSD.org
Tue Dec 23 01:32:20 UTC 2014


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


More information about the svn-ports-head mailing list