Module Name: src Committed By: mrg Date: Mon Jun 19 07:40:59 UTC 2023
Modified Files: src/external/mit/xorg/bin/xcalc: Makefile Log Message: use xorg-pkg-ver.mk to get PACKAGE_STRING defined. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/mit/xorg/bin/xcalc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/mit/xorg/bin/xcalc/Makefile diff -u src/external/mit/xorg/bin/xcalc/Makefile:1.5 src/external/mit/xorg/bin/xcalc/Makefile:1.6 --- src/external/mit/xorg/bin/xcalc/Makefile:1.5 Mon Jul 8 20:37:33 2019 +++ src/external/mit/xorg/bin/xcalc/Makefile Mon Jun 19 07:40:59 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2019/07/08 20:37:33 mrg Exp $ +# $NetBSD: Makefile,v 1.6 2023/06/19 07:40:59 mrg Exp $ .include <bsd.own.mk> @@ -16,5 +16,7 @@ CPPFLAGS+= -DHAVE_STRLCPY -D_CONST_X_STR .PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults .PATH: ${X11SRCDIR.${PROG}}/man +.include "../../xorg-pkg-ver.mk" + .include <bsd.x11.mk> .include <bsd.prog.mk>