summaryrefslogtreecommitdiff
path: root/devel/exctags
diff options
context:
space:
mode:
authorrichard <richard>2015-11-14 06:01:02 +0000
committerrichard <richard>2015-11-14 06:01:02 +0000
commit0ae6589e79781b41952face0397d38d881885ae9 (patch)
tree9d60e38082aeaa1701cf2d59bd4d5bae4e93e029 /devel/exctags
parentbe29cc4415a46371dc074fbaeab5a925fcb44a9f (diff)
downloadpkgsrc-0ae6589e79781b41952face0397d38d881885ae9.tar.gz
avoid configure picking up pkgsrc TMPDIR and changing its default
Diffstat (limited to 'devel/exctags')
-rw-r--r--devel/exctags/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/exctags/Makefile b/devel/exctags/Makefile
index b4309032193..620b1563ae6 100644
--- a/devel/exctags/Makefile
+++ b/devel/exctags/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.27 2015/03/29 09:19:06 bsiegert Exp $
+# $NetBSD: Makefile,v 1.28 2015/11/14 06:01:02 richard Exp $
#
DISTNAME= ctags-5.8
PKGNAME= ex${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ctags/}
@@ -16,6 +16,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-macro-patterns
CONFIGURE_ARGS+= --with-readlib
CONFIGURE_ARGS+= --enable-custom-config=${PKG_SYSCONFDIR}/ctags.conf
+#avoid configure picking up TMPDIR and changing the default
+CONFIGURE_ARGS+= --enable-tmpdir=/tmp
CPPFLAGS+= -DETAGS="\"exetags\""
# Makefile ignores CPPFLAGS