mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
11 lines
145 B
Bash
11 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
|