summaryrefslogtreecommitdiff
path: root/mail/isoqlog
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2018-03-17 14:13:17 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2018-03-17 14:13:17 +0000
commitab17c1eacddd332c173b434de5cf194ea61b63ae (patch)
tree6950b9f0d162b059bcfc18f369157cfdd36425ad /mail/isoqlog
parentnet/py-python-ntlm: Add LICENSE, Fix order of variables (diff)
Fix order of variables
Ports maintained by me in categories:: mail math net net-im
Notes
Notes: svn path=/head/; revision=464820
Diffstat (limited to 'mail/isoqlog')
-rw-r--r--mail/isoqlog/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/isoqlog/Makefile b/mail/isoqlog/Makefile
index f7450ac436c9..a94398c4df0b 100644
--- a/mail/isoqlog/Makefile
+++ b/mail/isoqlog/Makefile
@@ -13,13 +13,12 @@ COMMENT= Qmail, postfix, sendmail, exim MTA log analysis program
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
-GNU_CONFIGURE= yes
USES= gmake
-
-OPTIONS_DEFINE= DOCS
+GNU_CONFIGURE= yes
SUB_FILES= pkg-message
PORTDOCS= *
+OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>