1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/security/pidentd/scripts/configure

10 lines
218 B
Plaintext
Raw Normal View History

#!/bin/sh
#
# $Id: configure,v 1.4 1996/02/09 12:01:48 adam Exp $
#
for i in src/paths.h identd.man idecrypt.man ; do
mv ${WRKSRC}/$i ${WRKSRC}/$i.bak
sed <${WRKSRC}/$i.bak >${WRKSRC}/$i s+!!PREFIX!!+$PREFIX+g
done