PERFORCE change 125185 for review

Gabor Kovesdan gabor at FreeBSD.org
Wed Aug 15 10:50:47 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=125185

Change 125185 by gabor at gabor_server on 2007/08/15 17:50:32

	- Whitespace
	- Comments to ease readability

Affected files ...

.. //depot/projects/soc2007/gabor_perlmk/Mk/bsd.perl.mk#21 edit

Differences ...

==== //depot/projects/soc2007/gabor_perlmk/Mk/bsd.perl.mk#21 (text+ko) ====

@@ -79,7 +79,7 @@
 
 PERL_Include_MAINTAINER=	perl at FreeBSD.org
 
-_PERLPREMKINCLUDED= yes
+_PERLPREMKINCLUDED=	yes
 
 PERL_VERSION?=	5.8.8
 PERL_VER?=	5.8.8
@@ -104,7 +104,7 @@
 
 .if ${PERL_LEVEL} >= 500800
 PERL_PORT?=	perl5.8
-.else
+.else # ${PERL_LEVEL} < 500800
 PERL_PORT?=	perl5
 .endif
 
@@ -128,18 +128,18 @@
 .if ${USE_PERL5_LEVEL} > ${PERL_LEVEL}
 USE_PERL5_REASON?=	requires Perl ${__prefix} or later, install lang/perl5.8 and try again
 IGNORE=	${USE_PERL5_REASON}
-.endif
+.endif # ${USE_PERL5_LEVEL} > ${PERL_LEVEL}
 .elif ${__suffix} == ""
 .if ${USE_PERL5_LEVEL} != ${PERL_LEVEL}
 USE_PERL5_REASON?=	requires Perl ${__prefix} exactly
 IGNORE=	${USE_PERL5_REASON}
-.endif
+.endif # ${USE_PERL5_LEVEL} != ${PERL_LEVEL}
 .elif ${__suffix} == "-"
 .if ${USE_PERL5_LEVEL} <= ${PERL_LEVEL}
 USE_PERL5_REASON?=	requires a Perl version earlier than ${__prefix}
 IGNORE=	${USE_PERL5_REASON}
-.endif
-.else
+.endif # ${USE_PERL5_LEVEL} <= ${PERL_LEVEL}
+.else # wrong suffix
 .BEGIN:
 	@${ECHO_MSG} "${PKGNAME}: Makefile error: inproper use of USE_PERL5"
 	@${FALSE}
@@ -182,7 +182,7 @@
 	install_path=bindoc="${MAN1PREFIX}/man/man1"
 .elif defined(PERL_CONFIGURE)
 CONFIGURE_ARGS+=	INSTALLDIRS="site"
-.endif
+.endif # defined(PERL_MODBUILD)
 
 .if defined(PERL_CONFIGURE)
 USE_PERL5=	${PERL_CONFIGURE}
@@ -227,7 +227,7 @@
 .if defined(PERL_MODBUILD)
 .if !target(do-build)
 do-build:
-        @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} ${PL_BUILD} ${MAKE_ARGS} ${ALL_TARGET})
+	@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} ${PL_BUILD} ${MAKE_ARGS} ${ALL_TARGET})
 .endif # !target(do-build)
 
 .if !defined(USE_GMAKE)


More information about the p4-projects mailing list