mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
8 lines
130 B
Bash
8 lines
130 B
Bash
#!/bin/sh
|
|
|
|
cat <<EOF >>$WRKSRC/Imakefile
|
|
BINDIR = $PREFIX/bin
|
|
HELPDIR = $PREFIX/lib
|
|
MANDIR = $PREFIX/share/man/man1
|
|
EOF
|
|
exit 0
|