summaryrefslogtreecommitdiff
path: root/sysutils/libisoburn
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2015-11-25 12:53:29 +0000
committerjperkin <jperkin@pkgsrc.org>2015-11-25 12:53:29 +0000
commitca5a9fcc8164c96d5dcbb448c9c8b89970718111 (patch)
tree53258673764284e9aa19e677935e4d88d7294ef0 /sysutils/libisoburn
parent3fa7525efe78486bc3b3e6fe694f932e46803e02 (diff)
downloadpkgsrc-ca5a9fcc8164c96d5dcbb448c9c8b89970718111.tar.gz
Remove mk/find-prefix.mk usage from the sysutils 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 'sysutils/libisoburn')
-rw-r--r--sysutils/libisoburn/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/libisoburn/Makefile b/sysutils/libisoburn/Makefile
index 9e2167a4964..723bc62bb91 100644
--- a/sysutils/libisoburn/Makefile
+++ b/sysutils/libisoburn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/07/19 11:13:55 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2015/11/25 12:53:29 jperkin Exp $
DISTNAME= libisoburn-1.3.8
#PKGNAME= ${DISTNAME:S/.pl/pl/}
@@ -22,14 +22,11 @@ INFO_FILES= yes
PKGCONFIG_OVERRIDE+= libisoburn-1.pc.in
-FIND_PREFIX:= TCLDIR=tcl
-.include "../../mk/find-prefix.mk"
-
SUBST_CLASSES+= fix-wish
SUBST_STAGE.fix-wish= pre-configure
SUBST_MESSAGE.fix-wish= Fixing tcl wish
SUBST_FILES.fix-wish+= frontend/xorriso-tcltk
-SUBST_SED.fix-wish+= -e 's,/usr/bin/wish,${TCLDIR}/bin/wish,'
+SUBST_SED.fix-wish+= -e 's,/usr/bin/wish,${LOCALBASE}/bin/wish,'
.include "../../sysutils/libisofs/buildlink3.mk"
.include "../../sysutils/libburn/buildlink3.mk"