pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/drraw



Module Name:    pkgsrc
Committed By:   kleink
Date:           Tue Feb 12 13:20:47 UTC 2019

Modified Files:
        pkgsrc/www/drraw: Makefile

Log Message:
drraw: SUBST_SED -> SUBST_VARS.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/drraw/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/drraw/Makefile
diff -u pkgsrc/www/drraw/Makefile:1.23 pkgsrc/www/drraw/Makefile:1.24
--- pkgsrc/www/drraw/Makefile:1.23      Wed Aug 22 09:47:24 2018
+++ pkgsrc/www/drraw/Makefile   Tue Feb 12 13:20:46 2019
@@ -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"



Home | Main Index | Thread Index | Old Index