mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
10 lines
123 B
Plaintext
10 lines
123 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
# $FreeBSD$
|
||
|
|
||
|
#
|
||
|
# make majorcool port "PREFIX clean"
|
||
|
#
|
||
|
|
||
|
perl -pi -e "s|!!PREFIX!!|$PREFIX|" ${WRKSRC}/Configure
|