pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/gale Fix target location of copied config files f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69d47d9297e2
branches:  trunk
changeset: 366226:69d47d9297e2
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Aug 07 07:54:38 2017 +0000

description:
Fix target location of copied config files for chat/gale.

Use ${PKG_SYSCONFDIR}, not ${PKG_SYSCONFDIR}/gale, to refer to the
config directory -- since PKG_SYSCONFSUBDIR is set to "gale",
${PKG_SYSCONFDIR} already includes that subdirectory.

Remove ${PKG_SYSCONFSUBDIR} from OWN_DIRS, since the config
directory is already automatically created by the package install
scripts if PKG_SYSCONFSUBDIR is set.

Bump the PKGREVISION due to the changes in the package install
scripts.

diffstat:

 chat/gale/Makefile |  11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r bc74718d54b0 -r 69d47d9297e2 chat/gale/Makefile
--- a/chat/gale/Makefile        Mon Aug 07 07:42:34 2017 +0000
+++ b/chat/gale/Makefile        Mon Aug 07 07:54:38 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.52 2017/08/01 17:40:09 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2017/08/07 07:54:38 jlam Exp $
 
 DISTNAME=      gale-0.99fruit
 PKGNAME=       gale-0.99f
-PKGREVISION=   14
+PKGREVISION=   15
 CATEGORIES=    chat
 MASTER_SITES=  http://download.ofb.net/gale/
 EXTRACT_SUFX=  .tar.bz2
@@ -29,10 +29,9 @@
 PKG_GROUPS=            gale
 PKG_USERS=             gale:gale
 
-CONF_FILES=            ${EGDIR}/COPYING ${PKG_SYSCONFDIR}/gale/COPYING
-CONF_FILES+=           ${EGDIR}/ROOT ${PKG_SYSCONFDIR}/gale/auth/trusted/ROOT
-OWN_DIRS=              ${PKG_SYSCONFDIR}
-OWN_DIRS+=             ${PKG_SYSCONFDIR}/auth
+CONF_FILES=            ${EGDIR}/COPYING ${PKG_SYSCONFDIR}/COPYING
+CONF_FILES+=           ${EGDIR}/ROOT ${PKG_SYSCONFDIR}/auth/trusted/ROOT
+OWN_DIRS=              ${PKG_SYSCONFDIR}/auth
 OWN_DIRS+=             ${PKG_SYSCONFDIR}/auth/private
 OWN_DIRS+=             ${PKG_SYSCONFDIR}/auth/trusted
 OWN_DIRS_PERMS=                ${PKG_SYSCONFDIR}/auth/cache                    \



Home | Main Index | Thread Index | Old Index