freebsd-ports/mail/postfix-current/scripts/configure
Bill Fumerola 6fe402670f Update to the latest snapshot, plus add hooks for all the very spiffy
plugins that postfix can use.

Submitted by:   Omanchu Oogali <missnglnk@sneakerz.org> (new MAINTAINER)
2000-09-13 20:50:45 +00:00

8 lines
186 B
Bash

#!/bin/sh
#
# $FreeBSD$
for f in `grep -r "\!\!PREFIX\!\!" ${WRKSRC} | cut -f 1 -d ':' | uniq` ; do \
mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \
rm $f.orig
done