Synchronize between machines.
This commit is contained in:
parent
6cf539b6e0
commit
90a0efe334
@ -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
7
ports/texinfo/build
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
ports/texinfo/checksums
Normal file
1
ports/texinfo/checksums
Normal file
@ -0,0 +1 @@
|
||||
8e09cf753ad1833695d2bac0f57dc3bd6bcbbfbf279450e1ba3bc2d7fb297d08
|
1
ports/texinfo/depends
Normal file
1
ports/texinfo/depends
Normal file
@ -0,0 +1 @@
|
||||
ncurses
|
1
ports/texinfo/sources
Normal file
1
ports/texinfo/sources
Normal file
@ -0,0 +1 @@
|
||||
https://ftp.gnu.org/gnu/texinfo/texinfo-6.8.tar.gz
|
1
ports/texinfo/version
Normal file
1
ports/texinfo/version
Normal file
@ -0,0 +1 @@
|
||||
6.8 1
|
Loading…
Reference in New Issue
Block a user