mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
8 lines
200 B
Plaintext
8 lines
200 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
#echo "LOCAL=$PREFIX" >${WRKSRC}/Imakefile || exit 1;
|
||
|
echo "MANSUFFIX=6" >>${WRKSRC}/Imakefile || exit 1
|
||
|
echo "INSTPGMFLAGS = -s -g games -m 2755" >>${WRKSRC}/Imakefile || exit 1
|
||
|
|
||
|
exit 0
|