pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/mgl



Module Name:    pkgsrc
Committed By:   rillig
Date:           Wed Jan 10 00:06:27 UTC 2018

Modified Files:
        pkgsrc/graphics/mgl: Makefile

Log Message:
mgl: Fixed pkglint warning about SUBST block.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/graphics/mgl/Makefile

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

Modified files:

Index: pkgsrc/graphics/mgl/Makefile
diff -u pkgsrc/graphics/mgl/Makefile:1.41 pkgsrc/graphics/mgl/Makefile:1.42
--- pkgsrc/graphics/mgl/Makefile:1.41   Sat May 31 15:56:27 2014
+++ pkgsrc/graphics/mgl/Makefile        Wed Jan 10 00:06:26 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2014/05/31 15:56:27 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2018/01/10 00:06:26 rillig Exp $
 #
 
 DISTNAME=      mgl2-alpha-020
@@ -47,9 +47,10 @@ SUBST_VARS.prefix=   PREFIX
 SUBST_CLASSES+=                flex
 SUBST_STAGE.flex=      pre-configure
 SUBST_FILES.flex=      conf/config.mk-netbsd-i386-x
-SUBST_SED.flex=                -e 's,@PATCH_YY_BUF_SIZE_FLAG@,PATCH_YY_BUF_SIZE=y,'
 .if !empty(MACHINE_PLATFORM:MNetBSD-5.99*)
 SUBST_SED.flex=                -e 's,@PATCH_YY_BUF_SIZE_FLAG@,,'
+.else
+SUBST_SED.flex=                -e 's,@PATCH_YY_BUF_SIZE_FLAG@,PATCH_YY_BUF_SIZE=y,'
 .endif
 
 INSTALL_MAKE_FLAGS+=   PREFIX=${DESTDIR}${PREFIX}



Home | Main Index | Thread Index | Old Index