Source-Changes-HG archive

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

[src/trunk]: src/external/mit/ctwm/libexec Fix previous; do not override SCRI...



details:   https://anonhg.NetBSD.org/src/rev/449a11766cea
branches:  trunk
changeset: 944842:449a11766cea
user:      rin <rin%NetBSD.org@localhost>
date:      Tue Oct 13 09:10:38 2020 +0000

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

diffstat:

 external/mit/ctwm/libexec/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 1ad2b0848dc3 -r 449a11766cea external/mit/ctwm/libexec/Makefile
--- a/external/mit/ctwm/libexec/Makefile        Tue Oct 13 09:00:17 2020 +0000
+++ b/external/mit/ctwm/libexec/Makefile        Tue Oct 13 09:10:38 2020 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index