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