Skip to content

Commit

Permalink
Remove warnings about installing documentation and examples. The only…
Browse files Browse the repository at this point in the history
… users

who will see those messages are users who have already accepted those options
in make config.
  • Loading branch information
assistcontrol committed Dec 31, 2016
1 parent 0bffe0b commit e2fc76a
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 18 deletions.
1 change: 0 additions & 1 deletion comms/p5-Device-Modem/Makefile
Expand Up @@ -27,7 +27,6 @@ NO_ARCH= yes
OPTIONS_DEFINE= EXAMPLES

post-install:
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${STAGEDIR}${EXAMPLESDIR}

Expand Down
1 change: 0 additions & 1 deletion databases/p5-DBD-Oracle/Makefile
Expand Up @@ -52,7 +52,6 @@ post-patch:

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DBD/Oracle/Oracle.so
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/Oracle.ex/Readme ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/Oracle.ex/*.pl ${STAGEDIR}${EXAMPLESDIR}
Expand Down
1 change: 0 additions & 1 deletion devel/p5-Class-Delegation/Makefile
Expand Up @@ -19,7 +19,6 @@ USE_PERL5= configure
OPTIONS_DEFINE= EXAMPLES

post-install:
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/demo/* ${STAGEDIR}${EXAMPLESDIR}

Expand Down
1 change: 0 additions & 1 deletion devel/p5-POE-Loop-Glib/Makefile
Expand Up @@ -26,7 +26,6 @@ NO_ARCH= yes
OPTIONS_DEFINE= EXAMPLES

post-install:
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}

Expand Down
1 change: 0 additions & 1 deletion irc/p5-POE-Component-IRC-Object/Makefile
Expand Up @@ -22,7 +22,6 @@ USE_PERL5= configure
OPTIONS_DEFINE= EXAMPLES

post-install:
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/example/* ${STAGEDIR}${EXAMPLESDIR}

Expand Down
1 change: 0 additions & 1 deletion irc/p5-POE-Session-Irssi/Makefile
Expand Up @@ -33,7 +33,6 @@ NO_ARCH= yes
OPTIONS_DEFINE= EXAMPLES

post-install:
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${STAGEDIR}${EXAMPLESDIR}

Expand Down
1 change: 0 additions & 1 deletion mail/p5-POE-Component-Client-POP3/Makefile
Expand Up @@ -22,7 +22,6 @@ NO_ARCH= yes
OPTIONS_DEFINE= EXAMPLES

post-install:
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${STAGEDIR}${EXAMPLESDIR}

Expand Down
1 change: 0 additions & 1 deletion net/p5-POE-Component-Jabber/Makefile
Expand Up @@ -32,7 +32,6 @@ PORTEXAMPLES= *
OPTIONS_DEFINE= EXAMPLES

post-install:
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}/

Expand Down
1 change: 0 additions & 1 deletion security/p5-Filter-CBC/Makefile
Expand Up @@ -25,7 +25,6 @@ NO_ARCH= yes
OPTIONS_DEFINE= EXAMPLES

post-install:
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}

Expand Down
1 change: 0 additions & 1 deletion sysutils/p5-Schedule-Load/Makefile
Expand Up @@ -27,7 +27,6 @@ USE_PERL5= configure
OPTIONS_DEFINE= EXAMPLES

post-install:
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/init.d
${INSTALL_SCRIPT} ${WRKSRC}/init.d/* ${STAGEDIR}${EXAMPLESDIR}/init.d

Expand Down
1 change: 0 additions & 1 deletion textproc/p5-RDF-Core/Makefile
Expand Up @@ -25,7 +25,6 @@ DOCSUBDIR= / RDF RDF/Core RDF/Core/Enumerator RDF/Core/Model \
OPTIONS_DEFINE= DOCS

post-install:
@${ECHO_MSG} "===> Installing documentation for ${PKGNAME}"
.for DOCDIR in ${DOCSUBDIR}
@${MKDIR} ${STAGEDIR}${DOCSDIR}/${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/doc/${DOCDIR}/*.html ${STAGEDIR}${DOCSDIR}/${DOCDIR}
Expand Down
1 change: 0 additions & 1 deletion textproc/p5-SVG/Makefile
Expand Up @@ -23,7 +23,6 @@ NO_ARCH= yes
PORTEXAMPLES= *

post-install:
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}/

Expand Down
1 change: 0 additions & 1 deletion textproc/p5-Spreadsheet-ParseExcel/Makefile
Expand Up @@ -26,7 +26,6 @@ NO_ARCH= yes
OPTIONS_DEFINE= EXAMPLES

post-install:
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/Excel
${INSTALL_DATA} ${WRKSRC}/sample/README ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/sample/*.pl ${STAGEDIR}${EXAMPLESDIR}
Expand Down
3 changes: 1 addition & 2 deletions textproc/p5-Spreadsheet-WriteExcel/Makefile
Expand Up @@ -29,13 +29,12 @@ DOS2UNIX_REGEX= "*.p[lm]"
SHEBANG_FILES= examples/*.pl

post-install:
@${ECHO_MSG} "===> Installing documentation for ${PKGNAME}"
@${MKDIR} ${STAGEDIR}${DOCSDIR}/images
@${MKDIR} ${STAGEDIR}${DOCSDIR}/tpj_images
${INSTALL_DATA} ${WRKSRC}/docs/*.html ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/images/* ${STAGEDIR}${DOCSDIR}/images
${INSTALL_DATA} ${WRKSRC}/docs/tpj_images/* ${STAGEDIR}${DOCSDIR}/tpj_images
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"

@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/README \
${WRKSRC}/examples/republic.png ${STAGEDIR}${EXAMPLESDIR}
Expand Down
1 change: 0 additions & 1 deletion textproc/p5-XML-SAX-Machines/Makefile
Expand Up @@ -25,7 +25,6 @@ regression-test: build
${MAKE} -C ${WRKSRC} test

post-install:
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}

Expand Down
3 changes: 1 addition & 2 deletions textproc/p5-XML-STX/Makefile
Expand Up @@ -34,10 +34,9 @@ post-configure:
@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile

post-install:
@${ECHO_MSG} "===> Installing additional documentation for ${PKGNAME}"
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"

@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}

Expand Down

0 comments on commit e2fc76a

Please sign in to comment.