pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/gale



Module Name:    pkgsrc
Committed By:   jlam
Date:           Mon Aug  7 07:56:58 UTC 2017

Modified Files:
        pkgsrc/chat/gale: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/chat/gale/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/gale/Makefile
diff -u pkgsrc/chat/gale/Makefile:1.53 pkgsrc/chat/gale/Makefile:1.54
--- pkgsrc/chat/gale/Makefile:1.53      Mon Aug  7 07:54:38 2017
+++ pkgsrc/chat/gale/Makefile   Mon Aug  7 07:56:58 2017
@@ -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.rsaref}
 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