aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Unovitch <junovitch@FreeBSD.org>2016-12-27 03:40:34 +0000
committerJason Unovitch <junovitch@FreeBSD.org>2016-12-27 03:40:34 +0000
commit3ef6e0e147943b60a38df65ff9a26a8e4b358641 (patch)
tree45eb9668a2b45903a142087a0a754ebcbc0655f0
parentc4fecd2850031a3a97181f86fd06065a56595199 (diff)
downloadports-3ef6e0e147943b60a38df65ff9a26a8e4b358641.tar.gz
ports-3ef6e0e147943b60a38df65ff9a26a8e4b358641.zip
MFH: r429573
Fix build WITH=DOCS. Pointy hat: brnrd Sponsored by: Absolight Approved by: ports-secteam (with hat)
Notes
Notes: svn path=/branches/2016Q4/; revision=429581
-rw-r--r--mail/phpmailer/Makefile9
-rw-r--r--mail/phpmailer/pkg-plist12
2 files changed, 3 insertions, 18 deletions
diff --git a/mail/phpmailer/Makefile b/mail/phpmailer/Makefile
index 8b6244c7b72e..b561e1778fc5 100644
--- a/mail/phpmailer/Makefile
+++ b/mail/phpmailer/Makefile
@@ -22,7 +22,7 @@ USES= dos2unix php
SUB_FILES= pkg-message
-OPTIONS_DEFINE= DOCS EXAMPLES
+OPTIONS_DEFINE= EXAMPLES
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
@@ -35,13 +35,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/$d/* ${STAGEDIR}${DATADIR}/$d
.endfor
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for f in changelog.md README.md
- ${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
-.endfor
- @cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
-
do-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
@cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
diff --git a/mail/phpmailer/pkg-plist b/mail/phpmailer/pkg-plist
index ccce3369a6a7..eaee91ef000f 100644
--- a/mail/phpmailer/pkg-plist
+++ b/mail/phpmailer/pkg-plist
@@ -1,13 +1,4 @@
-%%PORTDOCS%%%%DOCSDIR%%/Callback_function_notes.txt
-%%PORTDOCS%%%%DOCSDIR%%/DomainKeys_notes.txt
-%%PORTDOCS%%%%DOCSDIR%%/LICENSE
-%%PORTDOCS%%%%DOCSDIR%%/Note_for_SMTP_debugging.txt
-%%PORTDOCS%%%%DOCSDIR%%/README.md
-%%PORTDOCS%%%%DOCSDIR%%/changelog.md
-%%PORTDOCS%%%%DOCSDIR%%/extending.html
-%%PORTDOCS%%%%DOCSDIR%%/faq.html
-%%PORTDOCS%%%%DOCSDIR%%/generatedocs.sh
-%%PORTDOCS%%%%DOCSDIR%%/pop3_article.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/DKIM.phps
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/code_generator.phps
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contents.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contentsutf8.html
@@ -26,6 +17,7 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/shCore.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/shLegacy.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/send_file_upload.phps
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/send_multiple_file_upload.phps
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sendmail.phps
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/signed-mail.phps
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smtp.phps