#!/bin/sh
#
# MAINTAINER= mharo@FreeBSD.org
#
# $FreeBSD$
#

patch $@ < pr-patch
find . -name '*.orig' -print -delete
find . -name '*.rej'  -print