openbsd-ports/games/xasteroids/scripts/pre-configure
1998-05-20 01:41:18 +00:00

7 lines
111 B
Bash

#!/bin/sh
cp -f ${CURDIR}/files/Imakefile ${WRKSRC}
cp -f ${WRKSRC}/xast.man ${WRKSRC}/xasteroids.man
exit 0