Synchronize between machines.

This commit is contained in:
Mid Favila 2021-11-14 14:18:31 -03:00
parent 6cf539b6e0
commit 90a0efe334
6 changed files with 14 additions and 0 deletions

View File

@ -1,4 +1,7 @@
#!/bin/sh -e
# Fix a GNUism.
sed -i 's/-pm/-Dm/' Makefile
make PREFIX=/usr
make DESTDIR="$1" PREFIX=/usr install

7
ports/texinfo/build Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install

1
ports/texinfo/checksums Normal file
View File

@ -0,0 +1 @@
8e09cf753ad1833695d2bac0f57dc3bd6bcbbfbf279450e1ba3bc2d7fb297d08

1
ports/texinfo/depends Normal file
View File

@ -0,0 +1 @@
ncurses

1
ports/texinfo/sources Normal file
View File

@ -0,0 +1 @@
https://ftp.gnu.org/gnu/texinfo/texinfo-6.8.tar.gz

1
ports/texinfo/version Normal file
View File

@ -0,0 +1 @@
6.8 1