diff options
author | jlam <jlam@pkgsrc.org> | 2017-08-07 07:56:58 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2017-08-07 07:56:58 +0000 |
commit | c3e5fdad5bb8da7b257923a39cf726884d4a2777 (patch) | |
tree | 3f875fc26cb251981216c2d1c40eda03f6a895f0 /chat | |
parent | 757850898dad853c49fe010068daf5c15e78e07d (diff) | |
download | pkgsrc-c3e5fdad5bb8da7b257923a39cf726884d4a2777.tar.gz |
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 (limited to 'chat')
-rw-r--r-- | chat/gale/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/gale/Makefile b/chat/gale/Makefile index a9ea485ab25..d96b588a648 100644 --- a/chat/gale/Makefile +++ b/chat/gale/Makefile @@ -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}/include/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 |