diff options
author | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-07-06 23:28:49 +0000 |
---|---|---|
committer | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-07-06 23:28:49 +0000 |
commit | cc8119ded33c4a121610a40fd1c574e9f6ecdb39 (patch) | |
tree | 0eadf76d24eb1fd85374344390561913ce1f2360 /mail/phpmailer/Makefile | |
parent | 53ee7131296e8b02193668cc5434737d3ce3ae54 (diff) |
Notes
Diffstat (limited to 'mail/phpmailer/Makefile')
-rw-r--r-- | mail/phpmailer/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/phpmailer/Makefile b/mail/phpmailer/Makefile index 3898e5addd24..332f718ef9b7 100644 --- a/mail/phpmailer/Makefile +++ b/mail/phpmailer/Makefile @@ -6,7 +6,7 @@ # PORTNAME= phpmailer -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.2 CATEGORIES= mail MASTER_SITES= SF DISTNAME= PHPMailer_v${DISTVERSION} @@ -14,7 +14,7 @@ DISTNAME= PHPMailer_v${DISTVERSION} MAINTAINER= bg1tpt@gmail.com COMMENT= Full Featured Email Transfer Class for PHP -WRKSRC= ${WRKDIR}/${DISTNAME} +WRKSRC= ${WRKDIR} USE_DOS2UNIX= yes NO_BUILD= yes @@ -42,6 +42,10 @@ do-install: @${CP} -R ${WRKSRC}/docs/* ${DOCSDIR} @${CP} -R ${WRKSRC}/phpdoc/* ${DOCSDIR} .endif +.if !defined(NOPORTEXAMPLES) + @${MKDIR} ${EXAMPLESDIR} + @${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR} +.endif post-install: @${SED} ${MSG_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${MSG_SRC} > \ |