summaryrefslogtreecommitdiff
path: root/databases/gnats
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-08-20 19:16:21 +0000
committerjlam <jlam@pkgsrc.org>2005-08-20 19:16:21 +0000
commitcf4dfe44a59d7070d33288645a2fe86fa61a7c38 (patch)
tree47cc04d797caf5105bc04ccdfe666acfd2133361 /databases/gnats
parent5fea80506bff5d28a4574bc5251bd712cfee5ca5 (diff)
downloadpkgsrc-cf4dfe44a59d7070d33288645a2fe86fa61a7c38.tar.gz
Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} so
that these directories will be conditionally removed (based on reference counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION for packages that were modified as a result.
Diffstat (limited to 'databases/gnats')
-rw-r--r--databases/gnats/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/gnats/Makefile b/databases/gnats/Makefile
index b8be5917e70..06951a1e6d5 100644
--- a/databases/gnats/Makefile
+++ b/databases/gnats/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2005/05/22 20:07:45 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2005/08/20 19:16:21 jlam Exp $
#
DISTNAME= gnats-4.0.1
+PKGREVISION= 1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GNU:=gnats/}
@@ -24,8 +25,8 @@ CONFIGURE_ARGS= --with-lispdir=${PREFIX}/share/emacs/site-lisp
GNATS_HOME= ${PREFIX}/share/gnats/gnats-db
PKG_USERS= gnats:daemon::GNATS\\ database\\ owner:${GNATS_HOME}:${SH}
-MAKE_DIRS= ${PREFIX}/share/gnats
-MAKE_DIRS+= ${PREFIX}/libexec/gnats
+REQD_DIRS= ${PREFIX}/share/gnats
+REQD_DIRS+= ${PREFIX}/libexec/gnats
OWN_DIRS_PERMS= ${GNATS_HOME} gnats daemon 755
OWN_DIRS_PERMS+= ${GNATS_HOME}/gnats-queue gnats daemon 755
OWN_DIRS_PERMS+= ${GNATS_HOME}/pending gnats daemon 755