mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
set CATEGORIES
Follow default term_name changes in x11/eterm. PR: 31128 Submitted by: MAINTAINER
This commit is contained in:
parent
56f377d4af
commit
f60b96b772
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48680
@ -5,6 +5,8 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= japanese
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../x11/eterm
|
||||
|
||||
MAINTAINER= nobutaka@nobutaka.com
|
||||
@ -27,7 +29,7 @@ THEMES= Eterm auto chooser trans
|
||||
post-configure:
|
||||
for theme in ${THEMES} ; do \
|
||||
${CP} ${WRKSRC}/themes/$$theme/theme.cfg ${WRKSRC}/themes/$$theme/theme.cfg.bak ; \
|
||||
${SED} -e "s,term_name Eterm,term_name kterm," < ${WRKSRC}/themes/$$theme/theme.cfg.bak > ${WRKSRC}/themes/$$theme/theme.cfg ; \
|
||||
${SED} -e "s,term_name xterm-color,term_name kterm," < ${WRKSRC}/themes/$$theme/theme.cfg.bak > ${WRKSRC}/themes/$$theme/theme.cfg ; \
|
||||
${RM} ${WRKSRC}/themes/$$theme/theme.cfg.bak ; \
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user