mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
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
10 lines
123 B
Bash
10 lines
123 B
Bash
#! /bin/sh
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
# make majorcool port "PREFIX clean"
|
|
#
|
|
|
|
perl -pi -e "s|!!PREFIX!!|$PREFIX|" ${WRKSRC}/Configure
|