268a1e9e8b
make port prefix clean use perl from /usr/bin not /usr/local/bin patch interactive configure script to show sane default paths for - apache paths - apache documents, etc. updated PLIST cosmetics in DESCR
9 lines
123 B
Bash
9 lines
123 B
Bash
#! /bin/sh
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
# make majorcool port "PREFIX clean"
|
|
#
|
|
|
|
perl -pi -e "s|!!PREFIX!!|$PREFIX|" ${WRKSRC}/Configure
|