diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-10-19 08:23:14 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-10-19 08:23:14 +0000 |
commit | a5d9b7a50110dea2cdabce102d4fc10f054d811a (patch) | |
tree | a55790b70c3decc571d402e461641d99848e4f5b /mail/p5-qpsmtpd | |
parent | fcd5b08a2b44974005993995ff94e2cf8ce7c7a2 (diff) |
mail/p5-qpsmtpd: Spell MODPERL_DESC correctly
Notes
Notes:
svn path=/head/; revision=514771
Diffstat (limited to 'mail/p5-qpsmtpd')
-rw-r--r-- | mail/p5-qpsmtpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p5-qpsmtpd/Makefile b/mail/p5-qpsmtpd/Makefile index f01382697302..a1ef0ce5caa5 100644 --- a/mail/p5-qpsmtpd/Makefile +++ b/mail/p5-qpsmtpd/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= spamd:mail/spamassassin \ OPTIONS_DEFINE= MODPERL DOCS EXAMPLES OPTIONS_DEFAULT=MODPERL -MOD_PERL_DESC= "Apache Support via mod_perl" +MODPERL_DESC= Apache Support via mod_perl USE_GITHUB= yes GH_ACCOUNT= smtpd |