diff --git a/community-mod/stable/2bwm/build b/community-mod/stable/2bwm/build index 28bda35..bf31684 100755 --- a/community-mod/stable/2bwm/build +++ b/community-mod/stable/2bwm/build @@ -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 diff --git a/ports/texinfo/build b/ports/texinfo/build new file mode 100755 index 0000000..6daf22f --- /dev/null +++ b/ports/texinfo/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/ports/texinfo/checksums b/ports/texinfo/checksums new file mode 100644 index 0000000..e7704f0 --- /dev/null +++ b/ports/texinfo/checksums @@ -0,0 +1 @@ +8e09cf753ad1833695d2bac0f57dc3bd6bcbbfbf279450e1ba3bc2d7fb297d08 diff --git a/ports/texinfo/depends b/ports/texinfo/depends new file mode 100644 index 0000000..ebb49ce --- /dev/null +++ b/ports/texinfo/depends @@ -0,0 +1 @@ +ncurses \ No newline at end of file diff --git a/ports/texinfo/sources b/ports/texinfo/sources new file mode 100644 index 0000000..b0b80ef --- /dev/null +++ b/ports/texinfo/sources @@ -0,0 +1 @@ +https://ftp.gnu.org/gnu/texinfo/texinfo-6.8.tar.gz diff --git a/ports/texinfo/version b/ports/texinfo/version new file mode 100644 index 0000000..41fc191 --- /dev/null +++ b/ports/texinfo/version @@ -0,0 +1 @@ +6.8 1