svn commit: r328373 - head/Mk/Uses

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 26 15:52:38 UTC 2013


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


More information about the svn-ports-all mailing list