mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
#echo "LOCAL=$PREFIX" >${WRKSRC}/Imakefile || exit 1;
|
||
|
echo "MANSUFFIX=6" >>${WRKSRC}/Imakefile || exit 1
|
||
|
|
||
|
exit 0
|