mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9 lines
124 B
Plaintext
9 lines
124 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cat <<EOF >>$WRKSRC/Imakefile
|
||
|
BINDIR = $PREFIX/bin
|
||
|
HELPDIR = $PREFIX/lib
|
||
|
MANDIR = $PREFIX/man/man1
|
||
|
EOF
|
||
|
exit 0
|