Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Dec 2016 21:29:56 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429573 - head/mail/phpmailer
Message-ID:  <201612262129.uBQLTuZK016482@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Dec 26 21:29:56 2016
New Revision: 429573
URL: https://svnweb.freebsd.org/changeset/ports/429573

Log:
  Fix build WITH=DOCS.
  
  Pointy hat:	brnrd
  Sponsored by:	Absolight

Modified:
  head/mail/phpmailer/Makefile   (contents, props changed)
  head/mail/phpmailer/pkg-plist   (contents, props changed)

Modified: head/mail/phpmailer/Makefile
==============================================================================
--- head/mail/phpmailer/Makefile	Mon Dec 26 20:57:36 2016	(r429572)
+++ head/mail/phpmailer/Makefile	Mon Dec 26 21:29:56 2016	(r429573)
@@ -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: head/mail/phpmailer/pkg-plist
==============================================================================
--- head/mail/phpmailer/pkg-plist	Mon Dec 26 20:57:36 2016	(r429572)
+++ head/mail/phpmailer/pkg-plist	Mon Dec 26 21:29:56 2016	(r429573)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612262129.uBQLTuZK016482>