Module Name:    src
Committed By:   nakayama
Date:           Sat Apr 16 16:57:06 UTC 2016

Modified Files:
        src/external/mit/xorg/bin/smproxy: Makefile

Log Message:
Set PACKAGE_STRING properly.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/bin/smproxy/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/smproxy/Makefile
diff -u src/external/mit/xorg/bin/smproxy/Makefile:1.4 src/external/mit/xorg/bin/smproxy/Makefile:1.5
--- src/external/mit/xorg/bin/smproxy/Makefile:1.4	Sun Jul 19 19:49:17 2015
+++ src/external/mit/xorg/bin/smproxy/Makefile	Sat Apr 16 16:57:06 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2015/07/19 19:49:17 mrg Exp $
+#	$NetBSD: Makefile,v 1.5 2016/04/16 16:57:06 nakayama Exp $
 
 .include <bsd.own.mk>
 
@@ -6,9 +6,7 @@ PROG=	smproxy
 SRCS=	smproxy.c save.c
 
 CPPFLAGS+=-DHAVE_MKSTEMP -DHAVE_ASPRINTF
-
-STRING!=	${PRINT_PACKAGE_STRING}
-CPPFLAGS+=	-DPACKAGE_STRING=\"${STRING}\"
+CPPFLAGS+=	-DPACKAGE_STRING="\"smproxy 1.0.6\""
 
 LDADD+=	-lXmu -lXt -lSM -lICE -lXext -lX11
 DPADD+=	${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}

Reply via email to