diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-20 07:02:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-20 07:04:18 +0000 |
commit | b5435c067ef5abdc4cff905f9737e20f60fd53e6 (patch) | |
tree | 718360685dc9c8f667c0f8a7bbb8439c84218869 /main/st/terminfo.patch | |
parent | 5ffb92306aad9af577fb29a93b354c30b9c57e45 (diff) | |
download | aports-b5435c067ef5abdc4cff905f9737e20f60fd53e6.tar.bz2 aports-b5435c067ef5abdc4cff905f9737e20f60fd53e6.tar.xz |
main/st: use terminfo from ncurses
ref #4775
Diffstat (limited to 'main/st/terminfo.patch')
-rw-r--r-- | main/st/terminfo.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/st/terminfo.patch b/main/st/terminfo.patch new file mode 100644 index 0000000000..089c423336 --- /dev/null +++ b/main/st/terminfo.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile b/Makefile +index 6158ab2..93cb684 100644 +--- a/Makefile ++++ b/Makefile +@@ -48,8 +48,6 @@ install: all + @mkdir -p ${DESTDIR}${MANPREFIX}/man1 + @sed "s/VERSION/${VERSION}/g" < st.1 > ${DESTDIR}${MANPREFIX}/man1/st.1 + @chmod 644 ${DESTDIR}${MANPREFIX}/man1/st.1 +- @echo Please see the README file regarding the terminfo entry of st. +- @tic -s st.info + + uninstall: + @echo removing executable file from ${DESTDIR}${PREFIX}/bin |