pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/gale Unconditionally set PKG_SYSCONFSUBDIR in the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2ab61e9d851
branches:  trunk
changeset: 366227:a2ab61e9d851
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Aug 07 07:56:58 2017 +0000

description:
Unconditionally set PKG_SYSCONFSUBDIR in the package Makefile.

PKG_SYSCONFSUBDIR is a package-settable Makefile variable and should not
be overridden through /etc/mk.conf.

diffstat:

 chat/gale/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 69d47d9297e2 -r a2ab61e9d851 chat/gale/Makefile
--- a/chat/gale/Makefile        Mon Aug 07 07:54:38 2017 +0000
+++ b/chat/gale/Makefile        Mon Aug 07 07:56:58 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2017/08/07 07:54:38 jlam Exp $
+# $NetBSD: Makefile,v 1.54 2017/08/07 07:56:58 jlam Exp $
 
 DISTNAME=      gale-0.99fruit
 PKGNAME=       gale-0.99f
@@ -23,7 +23,7 @@
 CPPFLAGS+=             -I${BUILDLINK_PREFIX.libwww}/include/w3c-libwww
 CPPFLAGS+=             -I${BUILDLINK_PREFIX.tcl}/include/tcl
 
-PKG_SYSCONFSUBDIR?=    gale
+PKG_SYSCONFSUBDIR=     gale
 EGDIR=                 ${PREFIX}/share/examples/${PKGBASE}
 
 PKG_GROUPS=            gale



Home | Main Index | Thread Index | Old Index