forked from Lainports/freebsd-ports
10 lines
145 B
Bash
10 lines
145 B
Bash
#! /bin/sh
|
|
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# only one central config file in $PREFIX/etc
|
|
# -andreas
|
|
|
|
perl -pi -e "s=!!PREFIX!!=$PREFIX=" ${WRKSRC}/webalizer.c
|