93b583f454
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.
15 lines
485 B
Makefile
15 lines
485 B
Makefile
# $NetBSD: Makefile,v 1.5 2015/11/25 12:50:43 jperkin Exp $
|
|
#
|
|
|
|
HELPLANGUAGE= pl
|
|
|
|
DISTNAME= gimp-help-${GIMPDOCVER}-html-${HELPLANGUAGE}
|
|
PKGNAME= gimp-docs-${HELPLANGUAGE}-${DISTNAME:S/gimp-help-//:S/-html-${HELPLANGUAGE}//}
|
|
|
|
# There is no po/pl/gimp.po in 2.8.1 tarball.
|
|
# Use msgfmt and msginit from devel/gettext-tools.
|
|
_TOOLS_USE_PKGSRC.msgfmt= yes
|
|
|
|
.include "../../graphics/gimp-docs-en/Makefile.common"
|
|
|
|
COMMENT= Documentation package for The Gimp image manipulation software
|