#!/bin/sh

cd $WRKSRC || exit 1

cp Makefile Makefile.orig
sed -e "s:@@X11BASE@@:$X11BASE:g" < Makefile.orig > Makefile
