mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
6 lines
151 B
Plaintext
6 lines
151 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cp ${WRKSRC}/examples/config.h ${WRKSRC}/config.h
|
||
|
cp ${WRKSRC}/examples/nw.ini ${WRKSRC}/nw.ini
|
||
|
cp ${WRKSRC}/examples/mk.li ${WRKSRC}/mk.li
|