mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
7 lines
103 B
Bash
7 lines
103 B
Bash
#!/bin/sh
|
|
|
|
cp -f ${CURDIR}/files/Imakefile ${WRKSRC}
|
|
cp -f ${CURDIR}/files/Vaders.ad ${WRKSRC}
|
|
|
|
exit 0
|