#!/bin/sh cd $WRKSRC || exit 1; cat >> Makefile << END PREFIX= $PREFIX END exit 0;