pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/st-term



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Aug  3 06:53:18 UTC 2024

Modified Files:
        pkgsrc/x11/st-term: Makefile

Log Message:
st-term: don't overwrite term type

>From RVP in PR 58544.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/st-term/Makefile

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

Modified files:

Index: pkgsrc/x11/st-term/Makefile
diff -u pkgsrc/x11/st-term/Makefile:1.19 pkgsrc/x11/st-term/Makefile:1.20
--- pkgsrc/x11/st-term/Makefile:1.19    Fri Aug  2 10:17:18 2024
+++ pkgsrc/x11/st-term/Makefile Sat Aug  3 06:53:18 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2024/08/02 10:17:18 pin Exp $
+# $NetBSD: Makefile,v 1.20 2024/08/03 06:53:18 wiz Exp $
 
 DISTNAME=      st-0.9.2
 PKGNAME=       ${DISTNAME:S/-/-term-/}
+PKGREVISION=   1
 CATEGORIES=    x11
 MASTER_SITES=  https://dl.suckless.org/st/
 
@@ -27,7 +28,6 @@ SUBST_FILES.configmk=         config.mk
 SUBST_MESSAGE.makefile=                Do not install the st terminfo entry
 SUBST_FILES.makefile=          Makefile
 SUBST_SED.configdefh+=         -e '/font/ s,".*","monospace:size=10",'
-SUBST_SED.configdefh+=         -e 's,st-256color,xterm,g'
 SUBST_SED.configmk+=           -e 's,/usr/local,${PREFIX},g'
 SUBST_SED.configmk+=           -e 's,share/man,${PKGMANDIR},g'
 SUBST_SED.configmk+=           -e 's,/usr/X11R6,${X11BASE},g'



Home | Main Index | Thread Index | Old Index