diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-09 19:45:09 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-09 19:45:09 +0000 |
commit | 874b6eb94087c80d85396ed9d4eb131ae2dd43f2 (patch) | |
tree | 650cd3abe77e130c320f75cd5b68855ce67f608d /mail | |
parent | 7d822cb6859162add8e3dbdec56664f05606a9e2 (diff) | |
download | ports-874b6eb94087c80d85396ed9d4eb131ae2dd43f2.tar.gz ports-874b6eb94087c80d85396ed9d4eb131ae2dd43f2.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exilog/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/exilog/Makefile b/mail/exilog/Makefile index 9b62de70c260..0fe30d8f0c5f 100644 --- a/mail/exilog/Makefile +++ b/mail/exilog/Makefile @@ -3,7 +3,7 @@ PORTNAME= exilog PORTVERSION= 0.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= mail MASTER_SITES= http://duncanthrax.net/exilog/ @@ -19,8 +19,9 @@ OPTIONS_DEFINE= DOCS USES= perl5 shebangfix NO_BUILD= yes +NO_ARCH= yes -SHEBANG_FILES= exilog_agent.pl exilog_cleanup.pl +SHEBANG_FILES= exilog_agent.pl exilog_cgi.pl exilog_cleanup.pl # Default sql backend WITH_SQL_BACKEND?= mysql |