From 21ba7816c7faef1375c3c2f54f5b1ebf1ef0dfa8 Mon Sep 17 00:00:00 2001 From: rodent Date: Sun, 9 Jun 2013 22:59:13 +0000 Subject: Fix hardcoded ${INSTALL} path with SUBST. Likely fixes install failure on SunOS. --- textproc/ispell-ku/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/ispell-ku/Makefile b/textproc/ispell-ku/Makefile index 3ba82fd0f04..4af4b5d5e54 100644 --- a/textproc/ispell-ku/Makefile +++ b/textproc/ispell-ku/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/24 03:32:37 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2013/06/09 22:59:13 rodent Exp $ # DISTNAME= ispell-ku-0.20 @@ -19,6 +19,7 @@ SUBST_FILES.paths= Makefile SUBST_MESSAGE.paths= Fixing paths. SUBST_SED.paths= -e "s|/usr/local|${PREFIX}|1" SUBST_SED.paths+= -e "s|/ispell||1" +SUBST_SED.paths+= -e "s|/usr/bin/install|${INSTALL}|1" SUBST_STAGE.paths= pre-configure DEPENDS+= ispell-[0-9]*:../../textproc/ispell -- cgit v1.2.3