openbsd-ports/games/xsol/scripts/pre-configure

7 lines
125 B
Plaintext
Raw Normal View History

1998-05-19 22:15:52 -04:00
#!/bin/sh
#echo "LOCAL=$PREFIX" >${WRKSRC}/Imakefile || exit 1;
echo "MANSUFFIX=6" >>${WRKSRC}/Imakefile || exit 1
exit 0