pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/mantis Make pkglint more happy
details: https://anonhg.NetBSD.org/pkgsrc/rev/7022066b514f
branches: trunk
changeset: 351903:7022066b514f
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Thu Sep 01 13:22:45 2016 +0000
description:
Make pkglint more happy
diffstat:
devel/mantis/Makefile | 4 ++--
devel/mantis/options.mk | 9 ++++-----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (41 lines):
diff -r 081ddf49db9e -r 7022066b514f devel/mantis/Makefile
--- a/devel/mantis/Makefile Thu Sep 01 13:20:55 2016 +0000
+++ b/devel/mantis/Makefile Thu Sep 01 13:22:45 2016 +0000
@@ -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 @@
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 -r 081ddf49db9e -r 7022066b514f devel/mantis/options.mk
--- a/devel/mantis/options.mk Thu Sep 01 13:20:55 2016 +0000
+++ b/devel/mantis/options.mk Thu Sep 01 13:22:45 2016 +0000
@@ -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 @@
.elif !empty(PKG_OPTIONS:Mpgsql)
DEPENDS+= ${PHP_PKG_PREFIX}-pgsql-[0-9]*:../../databases/php-pgsql
.endif
-
Home |
Main Index |
Thread Index |
Old Index