Fix TOOLS_DIR reference in installed file.
This commit is contained in:
parent
f429c522fa
commit
6b4c3218cf
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.17 2014/09/25 17:26:56 jperkin Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2014/09/25 17:37:54 jperkin Exp $
|
||||
#
|
||||
|
||||
DISTNAME= foomatic-db-engine-4.0.8
|
||||
|
@ -36,6 +36,11 @@ post-extract:
|
|||
|
||||
post-configure: perl5-configure
|
||||
|
||||
SUBST_CLASSES+= fixpath
|
||||
SUBST_STAGE.fixpath= post-build
|
||||
SUBST_FILES.fixpath= lib/Foomatic/Defaults.pm
|
||||
SUBST_SED.fixpath= -e "s,${TOOLS_DIR}/bin/curl,${BUILDLINK_PREFIX.curl}/bin/curl,g"
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../textproc/libxml2/buildlink3.mk"
|
||||
# XXX wget should work too
|
||||
|
|
Loading…
Reference in a new issue