From 7169275003e9b72666a5f6e48233365e77ca9e88 Mon Sep 17 00:00:00 2001 From: kleink Date: Tue, 12 Feb 2019 13:20:46 +0000 Subject: drraw: SUBST_SED -> SUBST_VARS. --- www/drraw/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/drraw') diff --git a/www/drraw/Makefile b/www/drraw/Makefile index 4fb7eba9386..e5bba4165e7 100644 --- a/www/drraw/Makefile +++ b/www/drraw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2018/08/22 09:47:24 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2019/02/12 13:20:46 kleink Exp $ # DISTNAME= drraw-2.2b2 @@ -47,7 +47,7 @@ do-install: SUBST_CLASSES+= prefix SUBST_STAGE.prefix= pre-configure SUBST_FILES.prefix= drraw.cgi -SUBST_SED.prefix= -e "s,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR},g" +SUBST_VARS.prefix= PKG_SYSCONFDIR SUBST_MESSAGE.prefix= Fixing harcoded paths. .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3