diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-26 16:44:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-26 16:44:34 +0800 |
commit | f3d3f87b9655091c71bdeb108c5cd27678f704c1 (patch) | |
tree | 895a08167365c2b2a5b2fc16ab943f11deef341b /mail/phpmailer2 | |
parent | 285697789227d9051b6567135681c00a5de35fca (diff) | |
download | freebsd-ports-gnome-f3d3f87b9655091c71bdeb108c5cd27678f704c1.tar.gz freebsd-ports-gnome-f3d3f87b9655091c71bdeb108c5cd27678f704c1.tar.zst freebsd-ports-gnome-f3d3f87b9655091c71bdeb108c5cd27678f704c1.zip |
Convert to USES=dos2unix
With hat: portmgr
Diffstat (limited to 'mail/phpmailer2')
-rw-r--r-- | mail/phpmailer2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/phpmailer2/Makefile b/mail/phpmailer2/Makefile index 9629c44d7bc7..ea337d58135c 100644 --- a/mail/phpmailer2/Makefile +++ b/mail/phpmailer2/Makefile @@ -12,7 +12,7 @@ COMMENT= Full Featured Email Transfer Class for PHP4 CONFLICTS= phpmailer-5* -USE_DOS2UNIX= yes +USES= dos2unix NO_BUILD= yes USE_PHP= pcre |