summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2016-12-31 20:00:37 +0000
committeradamw <adamw@FreeBSD.org>2016-12-31 20:00:37 +0000
commite2fc76a57a9646a4764740971c5cef118400d5b3 (patch)
tree94bffe1976acd000b5731c0ec83ed4d0865cc904
parent0bffe0bb3c66d9ed9d574789b28b2f7c6877f700 (diff)
downloadFreeBSD-ports-e2fc76a57a9646a4764740971c5cef118400d5b3.zip
FreeBSD-ports-e2fc76a57a9646a4764740971c5cef118400d5b3.tar.gz
Remove warnings about installing documentation and examples. The only users
who will see those messages are users who have already accepted those options in make config.
-rw-r--r--comms/p5-Device-Modem/Makefile1
-rw-r--r--databases/p5-DBD-Oracle/Makefile1
-rw-r--r--devel/p5-Class-Delegation/Makefile1
-rw-r--r--devel/p5-POE-Loop-Glib/Makefile1
-rw-r--r--irc/p5-POE-Component-IRC-Object/Makefile1
-rw-r--r--irc/p5-POE-Session-Irssi/Makefile1
-rw-r--r--mail/p5-POE-Component-Client-POP3/Makefile1
-rw-r--r--net/p5-POE-Component-Jabber/Makefile1
-rw-r--r--security/p5-Filter-CBC/Makefile1
-rw-r--r--sysutils/p5-Schedule-Load/Makefile1
-rw-r--r--textproc/p5-RDF-Core/Makefile1
-rw-r--r--textproc/p5-SVG/Makefile1
-rw-r--r--textproc/p5-Spreadsheet-ParseExcel/Makefile1
-rw-r--r--textproc/p5-Spreadsheet-WriteExcel/Makefile3
-rw-r--r--textproc/p5-XML-SAX-Machines/Makefile1
-rw-r--r--textproc/p5-XML-STX/Makefile3
16 files changed, 2 insertions, 18 deletions
diff --git a/comms/p5-Device-Modem/Makefile b/comms/p5-Device-Modem/Makefile
index 280d6c7..056ae38 100644
--- a/comms/p5-Device-Modem/Makefile
+++ b/comms/p5-Device-Modem/Makefile
@@ -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}
diff --git a/databases/p5-DBD-Oracle/Makefile b/databases/p5-DBD-Oracle/Makefile
index 04ec18c..4783afe 100644
--- a/databases/p5-DBD-Oracle/Makefile
+++ b/databases/p5-DBD-Oracle/Makefile
@@ -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}
diff --git a/devel/p5-Class-Delegation/Makefile b/devel/p5-Class-Delegation/Makefile
index 707fe08..499be97 100644
--- a/devel/p5-Class-Delegation/Makefile
+++ b/devel/p5-Class-Delegation/Makefile
@@ -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}
diff --git a/devel/p5-POE-Loop-Glib/Makefile b/devel/p5-POE-Loop-Glib/Makefile
index 157b500..ed228f3 100644
--- a/devel/p5-POE-Loop-Glib/Makefile
+++ b/devel/p5-POE-Loop-Glib/Makefile
@@ -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}
diff --git a/irc/p5-POE-Component-IRC-Object/Makefile b/irc/p5-POE-Component-IRC-Object/Makefile
index e7e8f69..d177762 100644
--- a/irc/p5-POE-Component-IRC-Object/Makefile
+++ b/irc/p5-POE-Component-IRC-Object/Makefile
@@ -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}
diff --git a/irc/p5-POE-Session-Irssi/Makefile b/irc/p5-POE-Session-Irssi/Makefile
index bf32a6d..ba24b3a 100644
--- a/irc/p5-POE-Session-Irssi/Makefile
+++ b/irc/p5-POE-Session-Irssi/Makefile
@@ -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}
diff --git a/mail/p5-POE-Component-Client-POP3/Makefile b/mail/p5-POE-Component-Client-POP3/Makefile
index 0030c1b..4d55e14 100644
--- a/mail/p5-POE-Component-Client-POP3/Makefile
+++ b/mail/p5-POE-Component-Client-POP3/Makefile
@@ -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}
diff --git a/net/p5-POE-Component-Jabber/Makefile b/net/p5-POE-Component-Jabber/Makefile
index 993b102..a2d7374 100644
--- a/net/p5-POE-Component-Jabber/Makefile
+++ b/net/p5-POE-Component-Jabber/Makefile
@@ -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}/
diff --git a/security/p5-Filter-CBC/Makefile b/security/p5-Filter-CBC/Makefile
index d003447..bc28821 100644
--- a/security/p5-Filter-CBC/Makefile
+++ b/security/p5-Filter-CBC/Makefile
@@ -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}
diff --git a/sysutils/p5-Schedule-Load/Makefile b/sysutils/p5-Schedule-Load/Makefile
index 7b43157..8b3d80b 100644
--- a/sysutils/p5-Schedule-Load/Makefile
+++ b/sysutils/p5-Schedule-Load/Makefile
@@ -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
diff --git a/textproc/p5-RDF-Core/Makefile b/textproc/p5-RDF-Core/Makefile
index 0e1e226..aa5f2d2 100644
--- a/textproc/p5-RDF-Core/Makefile
+++ b/textproc/p5-RDF-Core/Makefile
@@ -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}
diff --git a/textproc/p5-SVG/Makefile b/textproc/p5-SVG/Makefile
index f782ba7..9c09308 100644
--- a/textproc/p5-SVG/Makefile
+++ b/textproc/p5-SVG/Makefile
@@ -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}/
diff --git a/textproc/p5-Spreadsheet-ParseExcel/Makefile b/textproc/p5-Spreadsheet-ParseExcel/Makefile
index d7d7452..7d3ed9f 100644
--- a/textproc/p5-Spreadsheet-ParseExcel/Makefile
+++ b/textproc/p5-Spreadsheet-ParseExcel/Makefile
@@ -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}
diff --git a/textproc/p5-Spreadsheet-WriteExcel/Makefile b/textproc/p5-Spreadsheet-WriteExcel/Makefile
index c55edad..50054ce 100644
--- a/textproc/p5-Spreadsheet-WriteExcel/Makefile
+++ b/textproc/p5-Spreadsheet-WriteExcel/Makefile
@@ -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}
diff --git a/textproc/p5-XML-SAX-Machines/Makefile b/textproc/p5-XML-SAX-Machines/Makefile
index ea33043..8fef01b 100644
--- a/textproc/p5-XML-SAX-Machines/Makefile
+++ b/textproc/p5-XML-SAX-Machines/Makefile
@@ -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}
diff --git a/textproc/p5-XML-STX/Makefile b/textproc/p5-XML-STX/Makefile
index a2c96c8..30ab463 100644
--- a/textproc/p5-XML-STX/Makefile
+++ b/textproc/p5-XML-STX/Makefile
@@ -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}
OpenPOWER on IntegriCloud