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:54:38 UTC 2017

Modified Files:
        pkgsrc/chat/gale: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 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.52 pkgsrc/chat/gale/Makefile:1.53
--- pkgsrc/chat/gale/Makefile:1.52      Tue Aug  1 17:40:09 2017
+++ pkgsrc/chat/gale/Makefile   Mon Aug  7 07:54:38 2017
@@ -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 @@ EGDIR=                       ${PREFIX}/share/examples/${PKGB
 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