summaryrefslogtreecommitdiff
path: root/devel/global
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2007-03-03 08:06:25 +0000
committeruebayasi <uebayasi>2007-03-03 08:06:25 +0000
commit8297fb8cdc2cd8afcd9a66ff9d08bfc471d99765 (patch)
tree36ff71e7424184db28c718b9428f380d9775b77a /devel/global
parente7ee6471249599d7774db831891f478d593161d6 (diff)
downloadpkgsrc-8297fb8cdc2cd8afcd9a66ff9d08bfc471d99765.tar.gz
Install gtags.conf as CONF_FILES.
Diffstat (limited to 'devel/global')
-rw-r--r--devel/global/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile
index c632705ec9e..fd9b0fc2947 100644
--- a/devel/global/Makefile
+++ b/devel/global/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2007/03/03 05:06:47 uebayasi Exp $
+# $NetBSD: Makefile,v 1.27 2007/03/03 08:06:25 uebayasi Exp $
#
DISTNAME= global-5.4
@@ -12,7 +12,10 @@ COMMENT= Source code tag system including web browser output
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
INFO_FILES= YES
USE_TOOLS+= perl:run
+CONF_FILES= ${PREFIX}/share/gtags/gtags.conf ${PKG_SYSCONFDIR}/gtags.conf
+
.include "../../mk/bsd.pkg.mk"