summaryrefslogtreecommitdiff
path: root/devel/mantis
diff options
context:
space:
mode:
authorryoon <ryoon>2016-09-01 13:22:45 +0000
committerryoon <ryoon>2016-09-01 13:22:45 +0000
commitb7e1adc4816286ea89201fd922cf3b67bb63a24c (patch)
tree1cc3e17f06b75a0613153a19ee3524c5b3538956 /devel/mantis
parentc7803482db6219d808c7cd41e25957c4f86c9d35 (diff)
downloadpkgsrc-b7e1adc4816286ea89201fd922cf3b67bb63a24c.tar.gz
Make pkglint more happy
Diffstat (limited to 'devel/mantis')
-rw-r--r--devel/mantis/Makefile4
-rw-r--r--devel/mantis/options.mk9
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/mantis/Makefile b/devel/mantis/Makefile
index f2f0d58b54e..4a19b11db10 100644
--- a/devel/mantis/Makefile
+++ b/devel/mantis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2016/09/01 13:16:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.47 2016/09/01 13:22:45 ryoon Exp $
DISTNAME= mantisbt-1.3.1
PKGREVISION= 1
@@ -23,7 +23,7 @@ APACHE_USER?= www
BUILD_DEFS+= APACHE_USER
PKG_USERS_VARS+= APACHE_USER
-MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q}
+MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
MANTIS_HOME= ${PREFIX}/share/mantis
EGDIR= ${PREFIX}/share/examples/mantis
diff --git a/devel/mantis/options.mk b/devel/mantis/options.mk
index f58e60dab29..ba1bf49f7bc 100644
--- a/devel/mantis/options.mk
+++ b/devel/mantis/options.mk
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.3 2016/09/01 13:20:55 ryoon Exp $
+# $NetBSD: options.mk,v 1.4 2016/09/01 13:22:45 ryoon Exp $
-PKG_OPTIONS_VAR= PKG_OPTIONS.mantis
+PKG_OPTIONS_VAR= PKG_OPTIONS.mantis
PKG_OPTIONS_REQUIRED_GROUPS= db
PKG_OPTIONS_GROUP.db= mysql pgsql
-PKG_SUPPORTED_OPTIONS= charts ldap
-PKG_SUGGESTED_OPTIONS+= mysql
+PKG_SUPPORTED_OPTIONS= charts ldap
+PKG_SUGGESTED_OPTIONS+= mysql
.include "../../mk/bsd.options.mk"
@@ -21,4 +21,3 @@ DEPENDS+= ${PHP_PKG_PREFIX}-mysqli-[0-9]*:../../databases/php-mysqli
.elif !empty(PKG_OPTIONS:Mpgsql)
DEPENDS+= ${PHP_PKG_PREFIX}-pgsql-[0-9]*:../../databases/php-pgsql
.endif
-