1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11-toolkits/iv/scripts/configure

12 lines
266 B
Plaintext
Raw Normal View History

1994-09-24 15:33:58 +00:00
#!/bin/sh
#
find ${WRKSRC} -name Makefile -print | xargs rm
xpath=/usr/X11R6
1994-09-24 15:33:58 +00:00
if [ -n $xpath ]; then
xpath=`echo $xpath | sed 's;/bin/imake$;;'`
sed "s;/usr/X386;$xpath;" ${WRKSRC}/makefile >${WRKSRC}/makefile.foo
mv ${WRKSRC}/makefile.foo ${WRKSRC}/makefile
1994-09-24 15:33:58 +00:00
fi