summaryrefslogtreecommitdiff
path: root/inputmethod/zinnia-tomoe
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2015-11-25 12:50:57 +0000
committerjperkin <jperkin@pkgsrc.org>2015-11-25 12:50:57 +0000
commitce0a8db11cb3371e3f19784cfdf2fba5015c7e60 (patch)
tree6e0f6dcdcaaa8431cd523c7b1458cc679eeb048c /inputmethod/zinnia-tomoe
parent9f026fc529baa5b8b73fd2c6a8f42ba48af73ded (diff)
downloadpkgsrc-ce0a8db11cb3371e3f19784cfdf2fba5015c7e60.tar.gz
Remove mk/find-prefix.mk usage from the inputmethod category.
The find-prefix infrastructure was required in a pkgviews world where packages installed from pkgsrc could have different installation prefixes, and this was a way for a dependency prefix to be determined. Now that pkgviews has been removed there is no longer any need for the overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the dependency is coming from pkgsrc. Provides a reasonable performance win due to the reduction of `pkg_info -qp` calls, some of which were redundant anyway as they were duplicating the same information provided by BUILDLINK_PREFIX.pkg.
Diffstat (limited to 'inputmethod/zinnia-tomoe')
-rw-r--r--inputmethod/zinnia-tomoe/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/inputmethod/zinnia-tomoe/Makefile b/inputmethod/zinnia-tomoe/Makefile
index 4990c9891c5..315edf087af 100644
--- a/inputmethod/zinnia-tomoe/Makefile
+++ b/inputmethod/zinnia-tomoe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/03/15 19:31:44 hiramatsu Exp $
+# $NetBSD: Makefile,v 1.4 2015/11/25 12:50:58 jperkin Exp $
#
DISTNAME= zinnia-tomoe-0.6.0-20080911
@@ -17,9 +17,6 @@ BUILD_DEPENDS+= zinnia-[0-9]*:../../inputmethod/zinnia
GNU_CONFIGURE= yes
USE_LANGUAGES= # none
-FIND_PREFIX:= ZINNIA_DIR=zinnia
-.include "../../mk/find-prefix.mk"
-
-CONFIGURE_ARGS+= --with-zinnia-convert=${ZINNIA_DIR}/bin/zinnia_convert
+CONFIGURE_ARGS+= --with-zinnia-convert=${LOCALBASE}/bin/zinnia_convert
.include "../../mk/bsd.pkg.mk"