forked from Lainports/freebsd-ports
6 lines
116 B
Bash
6 lines
116 B
Bash
#!/bin/sh
|
|
|
|
cd $WRKSRC || exit 1
|
|
|
|
cp radius.h radius.h.old
|
|
sed -e "s:@@PREFIX@@:$PREFIX:g" < radius.h.old > radius.h
|