summaryrefslogtreecommitdiff
path: root/chat/gale
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2017-08-07 07:54:38 +0000
committerjlam <jlam@pkgsrc.org>2017-08-07 07:54:38 +0000
commit757850898dad853c49fe010068daf5c15e78e07d (patch)
treef9862a6be06ae910ea9ffbfe682b0b05633c30ed /chat/gale
parent869aecbe53f9f2a12f517e0c3adfa76db67a67c3 (diff)
downloadpkgsrc-757850898dad853c49fe010068daf5c15e78e07d.tar.gz
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 (limited to 'chat/gale')
-rw-r--r--chat/gale/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/chat/gale/Makefile b/chat/gale/Makefile
index a9913b8d58a..a9ea485ab25 100644
--- a/chat/gale/Makefile
+++ b/chat/gale/Makefile
@@ -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/${PKGBASE}
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 \