kiss-mfavila-large/ports/tine-git/build

9 lines
155 B
Plaintext
Raw Normal View History

2021-05-09 02:10:08 -04:00
#!/bin/sh -e
sed -i s/ncursesw\\/ncurses.h/ncurses.h/ Makefile
make
make DESTDIR="$1" install all
2021-05-11 00:07:37 -04:00
2021-05-09 02:10:08 -04:00
install -Dm 755 tine.1 "$1/usr/share/man/man1/tine.1"