d2eeb7c3d1
PR: 9622 Submitted by: maintainer
11 lines
194 B
Bash
11 lines
194 B
Bash
#! /bin/sh
|
|
|
|
#
|
|
# $Id: pre-configure,v 1.1 1998/07/30 13:06:44 andreas Exp $
|
|
#
|
|
|
|
# only one central config file in $PREFIX/etc
|
|
# -andreas
|
|
|
|
perl -pi -e "s=!!PREFIX!!=$PREFIX=" ${WRKSRC}/webalizer.c
|