mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
11 lines
147 B
Plaintext
11 lines
147 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# MAINTAINER= mharo@FreeBSD.org
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
patch $@ < pr-patch
|
||
|
find . -name '*.orig' -print -delete
|
||
|
find . -name '*.rej' -print
|