Module Name:    src
Committed By:   rin
Date:           Tue Oct 13 09:10:38 UTC 2020

Modified Files:
        src/external/mit/ctwm/libexec: Makefile

Log Message:
Fix previous; do not override SCRIPTS so that ctwm_app_menu gets installed.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/ctwm/libexec/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/ctwm/libexec/Makefile
diff -u src/external/mit/ctwm/libexec/Makefile:1.2 src/external/mit/ctwm/libexec/Makefile:1.3
--- src/external/mit/ctwm/libexec/Makefile:1.2	Mon Oct 12 11:07:24 2020
+++ src/external/mit/ctwm/libexec/Makefile	Tue Oct 13 09:10:38 2020
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2020/10/12 11:07:24 nia Exp $
+# $NetBSD: Makefile,v 1.3 2020/10/13 09:10:38 rin Exp $
 
 .include <bsd.own.mk>
 
 SCRIPTS=	ctwm_app_menu
-SCRIPTS=	ctwm_font_size
+SCRIPTS+=	ctwm_font_size
 
 SCRIPTSDIR=	${X11ROOTDIR}/libexec
 

Reply via email to