forked from ports/contrib
st: removed conflicting terminfo files, FS#1234
This commit is contained in:
parent
397f5651a2
commit
2f1e659ccc
@ -1,13 +1,11 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/st
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/st.1.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/st.1.gz
|
||||
drwxr-xr-x root/root usr/share/terminfo/
|
||||
drwxr-xr-x root/root usr/share/terminfo/s/
|
||||
-rw-r--r-- root/root usr/share/terminfo/s/st
|
||||
-rw-r--r-- root/root usr/share/terminfo/s/st-256color
|
||||
-rw-r--r-- root/root usr/share/terminfo/s/st-meta
|
||||
-rw-r--r-- root/root usr/share/terminfo/s/st-meta-256color
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
name=st
|
||||
version=0.5
|
||||
release=2
|
||||
release=3
|
||||
source=(http://dl.suckless.org/st/$name-$version.tar.gz config.h)
|
||||
|
||||
build () {
|
||||
@ -15,7 +15,8 @@ build () {
|
||||
mkdir -p $PKG/usr/share/terminfo
|
||||
make DESTDIR=$PKG \
|
||||
PREFIX=/usr \
|
||||
MANPREFIX=/usr/man \
|
||||
MANPREFIX=/usr/share/man \
|
||||
TERMINFO=$PKG/usr/share/terminfo \
|
||||
install
|
||||
rm $PKG/usr/share/terminfo/s/{st,st-256color}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user