7 lines
111 B
Bash
7 lines
111 B
Bash
#!/bin/sh
|
|
|
|
cp -f ${CURDIR}/files/Imakefile ${WRKSRC}
|
|
cp -f ${WRKSRC}/xast.man ${WRKSRC}/xasteroids.man
|
|
|
|
exit 0
|