diff options
Diffstat (limited to 'mail/phpmailer2/Makefile')
-rw-r--r-- | mail/phpmailer2/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/phpmailer2/Makefile b/mail/phpmailer2/Makefile index 7aa9c5ac3b7f..9629c44d7bc7 100644 --- a/mail/phpmailer2/Makefile +++ b/mail/phpmailer2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: phpmailer2 -# Date created: 30 May 2009 -# Whom: Joe Horn <joehorn@gmail.com> -# +# Created by: Joe Horn <joehorn@gmail.com> # $FreeBSD$ -# PORTNAME= phpmailer2 PORTVERSION= 2.0.4 @@ -22,6 +18,7 @@ USE_PHP= pcre SUB_FILES= pkg-message +NO_STAGE= yes do-install: @${MKDIR} ${DATADIR} .for f in class.phpmailer.php class.pop3.php class.smtp.php |