Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2013 15:52:38 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328373 - head/Mk/Uses
Message-ID:  <201309261552.r8QFqctT006478@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Sep 26 15:52:38 2013
New Revision: 328373
URL: http://svnweb.freebsd.org/changeset/ports/328373

Log:
  - Minor cleanup for PERL5_MAN* and P5MAN*
    - perl.mk changes MAN3PREFIX only therefore we keep *MAN3 setting
    - PERL5_MAN[124-9] point to non-existence directories
  
  Submitted by:	sunpoet
  Reviewed by:	az

Modified:
  head/Mk/Uses/perl5.mk

Modified: head/Mk/Uses/perl5.mk
==============================================================================
--- head/Mk/Uses/perl5.mk	Thu Sep 26 15:43:36 2013	(r328372)
+++ head/Mk/Uses/perl5.mk	Thu Sep 26 15:52:38 2013	(r328373)
@@ -152,14 +152,11 @@ _INCLUDE_USES_PERL5_POST_MK=	yes
 PLIST_SUB+=	PERL_VERSION=${PERL_VERSION} \
 		PERL_VER=${PERL_VER} \
 		PERL_ARCH=${PERL_ARCH} \
+		PERL5_MAN3=lib/perl5/${PERL_VER}/man/man3 \
 		SITE_PERL=${SITE_PERL_REL}
 
-.for sect in 1 2 3 4 5 6 7 8 9
-PLIST_SUB+=	PERL5_MAN${sect}=lib/perl5/${PERL_VER}/man/man${sect}
-.endfor
-
 # handle perl5 specific manpages
-.for sect in 1 2 3 4 5 6 7 8 9
+.for sect in 3
 .if defined(P5MAN${sect})
 _MANPAGES+=	${P5MAN${sect}:S%^%${PREFIX}/lib/perl5/${PERL_VER}/man/man${sect}/%}
 .endif



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