svn commit: r429581 - branches/2016Q4/mail/phpmailer
Jason Unovitch
junovitch at FreeBSD.org
Tue Dec 27 03:40:35 UTC 2016
Author: junovitch
Date: Tue Dec 27 03:40:34 2016
New Revision: 429581
URL: https://svnweb.freebsd.org/changeset/ports/429581
Log:
MFH: r429573
Fix build WITH=DOCS.
Pointy hat: brnrd
Sponsored by: Absolight
Approved by: ports-secteam (with hat)
Modified:
branches/2016Q4/mail/phpmailer/Makefile
branches/2016Q4/mail/phpmailer/pkg-plist
Directory Properties:
branches/2016Q4/ (props changed)
Modified: branches/2016Q4/mail/phpmailer/Makefile
==============================================================================
--- branches/2016Q4/mail/phpmailer/Makefile Tue Dec 27 03:17:38 2016 (r429580)
+++ branches/2016Q4/mail/phpmailer/Makefile Tue Dec 27 03:40:34 2016 (r429581)
@@ -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}
Modified: branches/2016Q4/mail/phpmailer/pkg-plist
==============================================================================
--- branches/2016Q4/mail/phpmailer/pkg-plist Tue Dec 27 03:17:38 2016 (r429580)
+++ branches/2016Q4/mail/phpmailer/pkg-plist Tue Dec 27 03:40:34 2016 (r429581)
@@ -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
More information about the svn-ports-branches
mailing list