openbsd-ports/textproc/sp/scripts/configure

17 lines
373 B
Plaintext
Raw Normal View History

1998-05-21 21:32:04 -04:00
#!/bin/sh
cd $WRKSRC
# Move the all directory out of the way; it messes with the all target
if [ -e all ]; then
mv all xall
fi
# Copy the bmake files into place
install -c $FILESDIR/Makefile Makefile
install -c $FILESDIR/Makefile.inc Makefile.inc
for i in doc generic include lib nsgmls sgmlnorm spam spent; do
install -c $FILESDIR/$i-Makefile $i/Makefile
done