diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-26 21:29:56 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-26 21:29:56 +0000 |
commit | 783e4011ee2ffb45ed79b4c1da672b2d778e81e2 (patch) | |
tree | 4abb41cf8d20cc982e683dd0611fee023734c3e5 | |
parent | 0b81582173aae00035f420c1a69ad6698104da73 (diff) |
Notes
-rw-r--r-- | mail/phpmailer/Makefile | 9 | ||||
-rw-r--r-- | mail/phpmailer/pkg-plist | 12 |
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 |