diff options
author | kleink <kleink@pkgsrc.org> | 2019-02-12 13:20:46 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2019-02-12 13:20:46 +0000 |
commit | 7169275003e9b72666a5f6e48233365e77ca9e88 (patch) | |
tree | baae3f0408aae11a397189314e000afd9f0859f3 /www/drraw | |
parent | c2cffe81651206c9ba245397d051d175a61ae9e3 (diff) | |
download | pkgsrc-7169275003e9b72666a5f6e48233365e77ca9e88.tar.gz |
drraw: SUBST_SED -> SUBST_VARS.
Diffstat (limited to 'www/drraw')
-rw-r--r-- | www/drraw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |